Skip to content

byte-heroes/herocoin

 
 

Repository files navigation

Herocoin Contract

This repository contains the implementation of the hercoin ICO , ERC20 contracts as well as a example contract for future contests.

Building and testing

sudo npm install -g truffle@3.4.5    
sudo npm install -g ethereumjs-testrpc
npm install .                        
truffle install zeppelin

start testrpc with

./scripts/start_testrpc.sh

run tests with

truffle test

Authors

Jerome Rousselot

Andreas Petersson

About

Repository for the HEROcoin ICO and the HERO Smart Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • Solidity 37.4%
  • Shell 5.5%