- See the grant proposal for an overview
- See how these contracts interact with oracle consumer parachains via Cross-Consensus Messaging Format (XCM) here
- install foundry to local environment
- run the tests using the command:
forge test
- install docker
- Allocate at least 8GB of RAM to Docker, 3GB swap space, or you'll get out of memory errors
- Build the docker image defined in
Dockerfile
and watch forge build/run the tests within the container using command:
docker build --no-cache --progress=plain .
- Run command:
forge fmt
- Run command:
forge coverage