Skip to content

Sample contract for using Tellor for verifying snapshot vote results

Notifications You must be signed in to change notification settings

tellor-io/snapshotVoting

Repository files navigation

Tests

Sample project SnapshotVoting

A sample contract for using Tellor for verifying Snapshot vote results. This sample contract mints 1000 tokens to a target address when the off-chain proposal passes.

For more in-depth information about Tellor check out our documentation, whitepaper and website.

Setting up and testing

Clone project

git clone https://github.com/tellor-io/snapshotVoting.git

Install Dependencies

npm install

Compile Smart Contracts

npx hardhat compile

Test Locally

npx hardhat test

Deploy

npx hardhat run --network <your-network> scripts/deploy.js

Maintainers

This repository is maintained by the Tellor team

How to Contribute

Check out our issues log here on Github or feel free to reach out anytime [email protected].

Copyright

Tellor Inc. 2022

About

Sample contract for using Tellor for verifying snapshot vote results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published