Richard Moore
Richard Moore
I will be posting a short tutorial sometime next week on how to create a dApp. If you keep an eye on my Twitter @ricmoo, I'll be posting it there.
Absolutely. Just use the Contract object, and give it the ERC-20 ABI, along with your token address and a provider (or a signer, for managing the asset). An ERC-20 token...
Oh! So sorry, I thought this was for the ethers.js library. I didn’t notice the repo you posted to. This library does not easily handle ERC-20. Sorry. :s
I just tried on my device, and get the same thing. I will investigate. Thanks! :)
You cannot derive a mnemonic from a private key. A mnemonic phrase is a one-way relationship, given a mnemonic, you can derive any number of private keys at different paths,...
You cannot connect to a TestRPC, but you can use Ropsten, Rinkeby and Kovan testnets. To enable these networks, once you have the application installed, on your device go to...
Have you clicked the above link? If you click it from your device it should take you to a debug screen to enable testnets. Then on the create/import there is...
Do you have the Ethers Wallet app installed? It should automatically launch into the app.
Hmmm... That may be causing a problem, since the server at ethers.io exposes the app id to use, which includes the Team ID. I will update this soon to use...
Please see the Signer code from EthersWallet for an example: https://github.com/ethers-io/EthersWallet-ios/blob/master/EthersWallet/src/Utilities/Signers/CloudKeychainSigner.m#L919 That should get you started. :)