Skip to content

tellor-io/tellor-parachain-contracts

Repository files navigation

Tellor Staking/Governance Contracts for EVM-enabled Parachains

Github Actions Discord Chat Twitter Follow

  • See the grant proposal for an overview
  • See how these contracts interact with oracle consumer parachains via Cross-Consensus Messaging Format (XCM) here

Setup Environment & Run Tests

Option 1: Run tests using local environment

forge test

Option 2: Run tests in docker container

  • 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 .

Format Code

  • Run command:
forge fmt

View coverage report:

  • Run command:
forge coverage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published