ethers-cli
ethers-cli copied to clipboard
Deprecated; please see the `@ethersproject/cli` package instead
**Describe the bug** trying to set an IPNS hash as content fails with `Error: Non-base58 character` **Reproduction steps** `ethers-ens set-content name.eth k51qzi5uqu5dmgyzzlivmvyqkhv2zj8zth8vpmvqvihontt72p32aaybc83fqc` **Search Terms** ipns
Please consider: - adding the `setName` method (already in the `SetNamePlugin`) to the help/usage screen - adding a feature to register/setResolver for reverse names (through the reverse registrar) - adding...
Some network include a non-official ens deployment, which is not at the "common" address. ethers-ens (from the cli package) can connect to any network, using the `--rpc URL` option, which...
The documentation of ethers-cli & ethers-ens, describes numerous ways to connect to an account. however, their doesn't appear to be a option of hardware wallets (ledger in my case). I...
ethers-ens provides `set-text`, `set-content`, ... but no mechanism to read these.
I'm using ethers-cli to deploy to a ganache-cli testrpc with the following command: `yarn ethers-deploy --gas-price 1 --gas-limit 250000000 --rpc http://localhost:8545 run deploy-contracts.js` the deploy-contracts.js file looks almost identical to:...
https://docs.ethers.io/ethers-app/dev-cli.html ``` 404 Not Found Code: NoSuchKey Message: The specified key does not exist. Key: ethers-app/dev-cli.html RequestId: EE8B45476E575546 HostId: IIr0aFTtLjqX95wVP/y8QWwL8K2j/otqiFTTKXGle1evVzsEEvuTpE8s972tid83hFg0LBy6efw= An Error Occurred While Attempting to Retrieve a Custom Error...