contract-libs The collections of smart contracts that power the Axie Land Delegation. 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>