Skip to content

axieinfinity/contract-libs

Repository files navigation

contract-libs

The collections of smart contracts that power the Axie Land Delegation.

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>