Skip to content

gavofyork/melon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melon

Token contracts of the melon protocol contribution.

Installation

  1. Clone this repository

    git clone git@github.com:melonproject/melon.git
    cd melon
    
  2. Install dependencies, such as Testrpc:

    npm install
    
  3. Install Truffle:

    npm install -g truffle@beta
    

Getting started

After installation is complete, go to the above melon directory, open a terminal and:

  1. Launch a testrpc client:

    node_modules/.bin/testrpc
    
  2. Open a second terminal and run the test framework:

    truffle test
    

Acknowledgements

These token contracts have been heavily influenced by the work of FirstBlood.

About

Melon Token Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%