The collections of smart contracts that power the Ronin Name Service (RNS).
- Install packages
$ forge install
- Build contracts
$ forge build
- Run test
$ forge test
$ forge script <path/to/file.s.sol> -f --private-key <your_private_key>
The collections of smart contracts that power the Ronin Name Service (RNS).
$ forge install
$ forge build
$ forge test
$ forge script <path/to/file.s.sol> -f --private-key <your_private_key>