/rns-contracts

The collections of smart contracts that power the Ronin Name Service (RNS)

Primary LanguageSolidity

rns-contracts

The collections of smart contracts that power the Ronin Name Service (RNS).

Development

Requirement

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>