mirror of
https://github.com/seigler/evonet-playground
synced 2025-11-16 02:50:30 +00:00
No description
| .env.example | ||
| .gitignore | ||
| createPaymentURI.js | ||
| findAliases.js | ||
| findAllAliases.js | ||
| getAllNames.js | ||
| getId.js | ||
| getMyNames.js | ||
| getStatus.js | ||
| LICENSE | ||
| newWallet.js | ||
| notify.mp3 | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| registerId.js | ||
| registerName.js | ||
| sendFunds.js | ||
| submitDocument.js | ||
| watchNames.js | ||
EvoNet name registration playground
node watchNames to get a sound and a notification when a new name is
registered.
node newWallet to create a new wallet. Save the mnemonic in .env and
fund the address with a faucet to support other scripts.
node registerId to register an ID for your wallet. Save info to .env
to support other scripts.
node registerName yourNameHere to register a name (you need to edit .env
first)
node findAliases targetNameHere list all aliases of a given DPNS name.