Skip to content

LabStart/ICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabStart Token sale

Important ressources:

Contracts

Token:

Sale:

Installation

To run the crowdsale by yourself, you need to have Truffle installed. Then, download the project dependencies using npm install.

npm install -g truffle
npm install

In order to run the project with Truffle, do not forget to add a truffle config file. An exemple of config file could be the following

module.exports = {
    networks: {
        development: {
          host: "localhost",
          port: 8545,
          network_id: "*"
        }
      }
};

You can now migrate the LabStart Crowdsale (pre-sale and ICO) on the network of your choice, using the migrate command.

truffle migrate

About

LabStart pre-sale and ICO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages