Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gittoken-contracts

ryanmtate173MIT0.0.60

GitToken Solidity Smart Contracts

GitToken, Ethereum, ERC20, GitHub, Git

readme





GitToken Solidity Smart Contracts

  • GitToken.sol
  • GitTokenLib.sol
  • GitTokenRegistry.sol
  • GitTokenAuction.sol (TBW)
  • GitTokenExchange.sol (TBW)

GitToken.sol & GitTokenLib.sol

The GitToken contracts adhere to the Ethereum ERC20 Standard Token specification.

The GitToken contracts provide methods for issuing and distributing ERC20 tokens to GitHub contributors in return for contributions made toward an Organization's repository.

GitTokenRegistry.sol

The GitToken Registry maintains a public record of organizations using GitToken contracts.

Additionally, any GitToken project wanting to use the GitToken Exchange contract must be registered.

GitTokenAuction.sol (To Be Written)

GitTokenExchange.sol (To Be Written)