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

This branch is 35 commits ahead of mainnet.

Folders and files

NameName
Last commit message
Last commit date
Jun 25, 2024
Sep 29, 2023
Jul 4, 2024
Jul 4, 2024
Jun 25, 2024
Oct 4, 2024
Jul 12, 2024
Jun 25, 2024
Oct 17, 2023
Jul 15, 2024
Jun 25, 2024
Jul 5, 2024
Sep 29, 2023
Mar 12, 2024
Jun 25, 2024
Oct 2, 2024
Oct 17, 2023
Jun 25, 2024
Oct 17, 2023
Sep 29, 2023
Oct 2, 2024
Oct 2, 2024
Oct 2, 2024
Jul 15, 2024
Jun 25, 2024
Oct 17, 2023
Jun 16, 2024

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>