We are currently developing Version 2 (V2) of our smart contract architecture. This new version will significantly enhance the developer experience for building Universal Apps.
Developers can already begin testing the new interface by referring to the V2 Localnet guide.
$ yarn
$ forge soldeer update
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
$ anvil
$ forge script script/<DeployScript>.s.sol:<DeployScript> --rpc-url <your_rpc_url> --private-key <your_private_key>
To view detailed instructions on how to deploy the contracts, please refer to the Deployment Guide.
This guide covers all steps required to deploy the contracts, including environment setup, commands, and best practices.
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help