Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilanolkies/rns-batch-registration
Auction batch registration - 🙋♂️ register any name you want!
https://github.com/ilanolkies/rns-batch-registration
Last synced: 13 days ago
JSON representation
Auction batch registration - 🙋♂️ register any name you want!
- Host: GitHub
- URL: https://github.com/ilanolkies/rns-batch-registration
- Owner: ilanolkies
- Created: 2019-10-18T19:18:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:42:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:05:12.122Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 193 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RNS batch registration
Use this tool to register names in auction registrar.
## Setup
0. `npm i`
1. Create `config.json` as in `sample-config.json`
2. Create `input.json` with an array of all labels to register. For example, to register 'wallet.rsk' and 'apple.rsk'
```json
[
"wallet",
"apple"
]
```3. Create `.secret` with mnemonic phrase.
```
mountains supernatural bird...
```