Skip to content

mvvkiran/ethereum-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

JSON-RPC node should be running and configured in truffle.js.

  • Install ganache-cli

npm install -g ganache-cli

Using ganache-cli

ganache-cli

For more information about it see ganache-cli

Run the web server

  • Node 8 LTS
  • You can use yarn or npm
# Install dependencies
yarn

# Build Sol contracts into the Ethereum node
yarn contracts:build

# Build deploy contracts into node
yarn contracts:migrate

# Run the web server
yarn web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published