0.0.2 • Published 10 months ago

@eveworld/standard-contracts v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

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