Skip to content

The Ethereum Blockchain Application for commercial deals

License

Notifications You must be signed in to change notification settings

ravimandal47/ethereum-ex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-ex

The Ethereum Example written in Solidity.

Dependencies

  1. Node +6.11
  2. NPM +3.10
  3. Truffle +4.0.5
  4. Ganache CLI +6.0.4

Clone

  git clone https://github.com/fabiojose/ethereum-ex.git

Install

  cd ethereum-ex
  npm install

Deploy

In another terminal start the ganache using the following command

  ganache-cli

In another terminal compile it, deploy and test

  truffle compile
  truffle migrate
  truffle test

About

The Ethereum Blockchain Application for commercial deals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%