Skip to content

A simple web3 bank app that allows you to deposit and withdraw on a local blockchain

Notifications You must be signed in to change notification settings

dotsehyde/web3-simple-bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web3 Bank App

This is a simple web3 bank app that allows you to deposit and withdraw ether from your account. It is built using the Truffle framework and Ganache for the local blockchain.

Prerequisites

  • Node.js
  • Truffle
  • Ganache
  • Web3.js
  • Solidity

Installation

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run ganache-cli to start the local blockchain
  4. Run truffle compile to compile the smart contracts
  5. Run truffle migrate to deploy the smart contracts to the local blockchain
  6. Run npm start to start the application

About

A simple web3 bank app that allows you to deposit and withdraw on a local blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published