Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 749 Bytes

README.md

File metadata and controls

63 lines (41 loc) · 749 Bytes

StandardX

StandardX related contract codes and node container

Supporting agents

Documentation

https://docs.standardweb3.com/standardx

Usage

Build Standardx contracts

$ forge build

Test Standardx contracts

$ forge test

Format Standardx contracts

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

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