Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
/ dbank Public archive

A decentralised bank written in Solidity and React.

Notifications You must be signed in to change notification settings

0xClaude/dbank

Repository files navigation

Decentralised Bank (DBank)

This project simulates a digital bank. Users can send transactions to other users, but the bank must first approve them.

Written in Solidity and React. Utilizes Nextjs.

Howto

  • Deploy the contract with "truffle migrate"
  • Edit the contract address in /src/web3/contract.js
  • Optional: Copy the ABI in for the contract in /src/web3/contract.js (this should already be the correct ABI)

Then, install the necessary npm modues:

  • run npm install

Run the local environment

  • run npm start dev

Todo

  • Some state optimisation is still needed
  • Render different pages with react-router
  • Implement the pause feature

Date: 09/03/2023

About

A decentralised bank written in Solidity and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published