tokamak-network / tokamak-dao-contracts

4 stars 1 forks source link

tokamak-dao-contracts

This repository contains the DAO contracts of Tokamak Network. Tokamak Network DAO supports all functionality in Tokamak Network contracts. All functions of all contracts are executed only by the DAO. And Tokamak Network foundation doesn't own any contracts(except dao itself. It will be renounced later).

Deployed contracts on mainnet

DAO contracts

CandidateFactory: 0xE6713aF11aDB0cFD3C60e15b23E43f5548C32942

plasma-evm-contracts

* DepositManager: 0x56E465f654393fa48f007Ed7346105c7195CEe43

Deployed contracts on sepolia

DAO contracts

plasma-evm-contracts

How it works

Build

$ npm install
$ npm run compile:plasma
$ truffle compile

Test

$ npm test