/api_eth_blchn

Node.js API descentralizada sobre Ethereum Blockchain

Primary LanguageJavaScript

eth-blchn

Dependences:

  • node.js
  • mongodb
  • Ganache CLI
    npm install ganache-cli -g
    
  • Truffle
    npm install truffle -g
    

Getting started:

Run local ethereum:

ganache-cli

In another shell:

git clone https://github.com/rody7val/api_eth_blchn
cd api_eth_blchn
npm install
truffle migrate
npm run build