@eveworld/standard-contracts
v0.0.2
Published
Standard (non-MUD) smart contracts for the world
Downloads
6
Keywords
Readme
World chain Standard Smart Contracts
This repository contains all the vanilla solidity smart contracts for the world chain
Usage
Build
$ forge build
Test
$ forge test
Format
$ forge fmt
Deploy
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
Cast
$ cast <subcommand>
Help
$ forge --help
$ anvil --help
$ cast --help