- Subgraphs
- Circuits
- Ceramic Streams
- L2 Langs
- Run
yarn
to install dependencies. - Run
yarn dev
to begin developing.
Drop the contract's ABI into contracts
. Then run yarn typechain
and output it to contracts/types
.
dapp build
the contracts to compile their codedapp test
to run their tests- Run
dapp testnet
to create local geth instance - Create a new metamask network with the provided
RPC URL
, andChain ID
dapp create
to deploy the contracts to testnet