This repository contains all the necessary ingredients for successful cross-chain development utilizing the Analog General Message Passing protocol.
This project uses Forge Ethereum testing framework (like Truffle, Hardhat and DappTools). Install instructions: https://book.getfoundry.sh/
forge build
forge test
forge fmt
forge snapshot
Use the following command to generate project documentation:
forge doc -b
You can now read the docs from the generated mdbook as follows:
cd docs
mdbook serve --open
Analog's Contracts is released under the MIT License.