UNPKG

gittoken-contracts

Version:

GitToken Solidity Smart Contracts

41 lines (26 loc) 1.39 kB
<p align="center"> <img src="https://github.com/git-token/media/blob/master/png/git_token_logo.png?raw=true"> <br/> <br/> <a href="https://GitToken.org"><img src="https://img.shields.io/badge/GitToken-ORG-brightgreen.svg"></a> <a href="https://travis-ci.org/git-token/contracts"><img src="https://travis-ci.org/git-token/contracts.svg?branch=master"></a> <a href="https://gitter.im/git-token"><img src="https://img.shields.io/badge/Gitter-Chat-brightgreen.svg?colorB=5504f2"></a> <a href="https://github.com/git-token/cli/blob/master/package.json#L3"><img src="https://img.shields.io/badge/Version-Alpha-orange.svg"></a> <br/> <br/> </p> # 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)