Skip to content

NameFILIP/kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowdCoin

Getting Started

  1. Create a following credentials.js file in the ethereum folder:
module.exports = {
  MNEMONIC_PHRASE: "xxx",
  INFURA_ENDPOINT_RINKEBY: "yyy",
};
  1. Run npm install
  2. Run npm run dev
  3. Go to http://localhost:3000

Compile Contract

node ethereum/compile.js

Deploy Contract

node ethereum/deploy.js

Then copy the address where the contract was deployed to the ethereum/factory.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors