joshteng / bank-solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank

Just a sample project

To run

First, set up your local node. Ganache is easiest.

Then

npm install
truffle migrate

Create .env file (a sample is available in .env.sample)

RPC_URL = "http://localhost:7545" # change this if necessary

Run

npm run start

or

node bank.js

Web Interface

npm run app

About


Languages

Language:JavaScript 76.4%Language:Solidity 18.1%Language:HTML 5.5%