Skip to content

ORSGroup/ORS-Tokensale

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ORS-TokenSale

Initial checkout:

git clone --recursive https://github.com/ORSGroup/ORS-Tokensale.git

or as separate steps:

git clone https://github.com/ORSGroup/ORS-Tokensale.git
git submodule update --init --recursive

Install dependencies:

cd ORS-Tokensale
npm install

Add toolchain to PATH environment variable:

source ./set_path.sh

Run linter:

solium -d contracts

Compile contracts:

truffle compile --all

Run unit tests:

truffle test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published