rorg314 / dBank

This repository replicates a tutorial for dApp development with Solidity/Truffle/Ganache. The example deploys a token and smart contracts for a decentralised 'bank', where users earn interest in the deployed token. The dApp uses React.js and Web3.js for the frontend interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dBank

This repository replicates the example dApp from the following tutorial about decentralised app development with Solidity/Truffle/Ganache.

The dApp consists of a bank where users can deposit ETH and earn interest in a new token DBC (decentralised bank currency).

Web3.js vs ethers.js

The frontend website in the tutorial was created in React and utilises the Web3.js library, I have been working on updating this to the ethers.js library for forward compatibility, which can be found in the ethers branch of the repository.

About

This repository replicates a tutorial for dApp development with Solidity/Truffle/Ganache. The example deploys a token and smart contracts for a decentralised 'bank', where users earn interest in the deployed token. The dApp uses React.js and Web3.js for the frontend interface.


Languages

Language:JavaScript 79.8%Language:Solidity 14.7%Language:HTML 5.5%Language:CSS 0.1%