Skip to content

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

Notifications You must be signed in to change notification settings

axieinfinity/rns-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

962a73e · Feb 23, 2024
Jan 5, 2024
Sep 29, 2023
Nov 24, 2023
Nov 24, 2023
Feb 23, 2024
Feb 23, 2024
Feb 23, 2024
Feb 21, 2024
Oct 17, 2023
Oct 17, 2023
Feb 23, 2024
Jan 5, 2024
Sep 29, 2023
Nov 15, 2023
Feb 23, 2024
Nov 15, 2023
Oct 17, 2023
Oct 17, 2023
Sep 29, 2023
Oct 15, 2023
Feb 23, 2024
Feb 23, 2024
Oct 17, 2023
Oct 17, 2023

Repository files navigation

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>