It currently supports signing transactions through either Anchor or Scatter wallets.
Features include:
- Registering a FIO Domain
- Renewing a FIO Domain
- Registering a FIO Address
- Renewing a FIO Address
- Adding a FIO Address Association to a native blockchain address
- Make a domain public or private
This tool never asks for your private keys or interacts with them in any way. All transactions are approved and signed within your secure wallet.
- FIO Signing Wallet: Anchor or Scatter
- git: install
- node / npm: install or use a package manager
git clone https://github.com/greymass/fio-register.git
cd fio-register
npm install
npm run build
npm run start