Antharithm / polygonGovernance

Governance contract for the polygon Tellor system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests

Overview

PolygonGovernance is a governance contract which manages disputes and proposals for Tellor on other EVM blockchains. It shares a lot in common with mainnet Tellor, but it is more streamlined and modular.

For more in-depth information about Tellor checkout our documenation, whitepaper and website.

Quick references are included below:

Setting up and testing

Install Dependencies

npm i

Compile Smart Contracts

npx hardhat compile

Test Locally

npx hardhat test

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 info@tellor.io

Copyright

Tellor Inc. 2022

About

Governance contract for the polygon Tellor system


Languages

Language:JavaScript 57.4%Language:Solidity 42.6%