rody7val / api_eth_blchn

Node.js API descentralizada sobre Ethereum Blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node.js API descentralizada sobre Ethereum Blockchain


Languages

Language:JavaScript 79.9%Language:HTML 12.4%Language:Solidity 5.7%Language:CSS 2.0%