Shuvayan Saha
Results
2
comments of
Shuvayan Saha
(cd src && ./autogen.sh) where need to add this?
This piece of code is working. ``` firstly { web3.eth.getTransactionCount(address: privateKey.address, block: .latest) }.then { nonce -> Promise in let tx = try EthereumTransaction( nonce: nonce, gasPrice: EthereumQuantity(quantity: 21.gwei), gas:...