rns-contracts The collections of smart contracts that power the Ronin Name Service (RNS). Development Requirement Foundry forge@^0.2.0 Build & Test Install packages $ forge install Build contracts $ forge build Run test $ forge test Deploy $ forge script <path/to/file.s.sol> -f --private-key <your_private_key>