Abdulfatai Suleiman
Abdulfatai Suleiman
Came up with a work though this should work: ```js const encrypt = (text: string, key: string) => { const hash = CryptoJS.SHA256(key); const ciphertext = CryptoJS.AES.encrypt(text, hash, { mode:...
Hi @Davidzsy20.. Can you give more context on the issue
> > Hi @Davidzsy20.. Can you give more context on the issue? > > So, before sending a transaction, the user needs to estimate gas for the proposed transaction, usually...
Hi @elisabeth0bangoura, Can we see your code sample to have a better view
Hi @elisabeth0bangoura, Based on observations I can see that there is nothing wrong with your code, it's most likely the ropsten network. I tried the same code on ```rinkeby``` and...
Yeah, it should but notwithstanding you should verify.
Hi @elisabeth0bangoura Looking at it everything seems to have worked fine the issue is because the account you sent from has insufficient DAI. To get some DAI faucet follow this...
First of all this library operates on [BIP 44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) so while interacting with it you might not get accurate results.. So i will advise you to use BIP44 if you...
Yeah, you have to specify a network on the constructor while creating a new instance of CryptoAccount ```js const account = new CryptoAccount(privateKey, { network: 'testnet', }); ```` This should...
I'm still experiencing the same issue while using `solana-client`,` solana-sdk` and `ethers-rs` @mschneider Cargo.toml Error