Skip to content
/ TRL Public
forked from buendiadas/TRL

A generalized set of Smart Contracts using repeated games to curate and compensate research

Notifications You must be signed in to change notification settings

InstateDev/TRL

 
 

Repository files navigation

Build Status codecov

About

Frontier Lists enable to create periodic incentivized Ballots and Token Ranked Lists (TRL)

Dependencies

The package needs from a running Ethereum rpc instance in localhost, port 8545. You can run a ganache-cli instance or run geth

Install

npm install

Start Ganache-cli

npm start

Test

The repo has a comprehensive test suite. You can run it with:

npm run test

Compile

In order to get the ABI and bytecode, it is opened a npm command

npm run compile

Deploy

Registries and TRL are deployed by calling the migrate command

npm run migrate

About

A generalized set of Smart Contracts using repeated games to curate and compensate research

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.8%
  • Solidity 36.6%
  • Shell 0.6%