Giter Site home page Giter Site logo

kedarkk1 / blockchain-dbank Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.17 MB

BlockChain-DecentralizdBank! Simple decentralized bank made using SOLIDITY, Angular JS, Bootstrap & Chai(Unit Testing).

Home Page: https://drive.google.com/drive/u/0/folders/1kR9RT4u7lxr32pb_kZ7ZGkYTlwyUmrAI

Solidity 9.53% JavaScript 37.84% TypeScript 21.94% HTML 28.31% CSS 2.38%
decentralized decentralized-applications decentralized-bank ethereum js solidity angular typescript

blockchain-dbank's Introduction

Commands used by me -

 1. npm i --save-dev hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers ethers
 2. Ability to resolve json modules and esModules => in tsconfig.json => 
    "resolveJsonModule": true,
    "esModuleInterop": true
 3. npm i @openzeppelin/contracts => install smart contrants fom openzeppelin, which provides some free contracts
 4. require("@nomiclabs/hardhat-waffle") in hardhat.config.js
 5. npx hardhat run blockchain/scripts/deploy.js --network goerli (or run  npx hardhat run decentralized-bank/blockchain/scripts/deploy.js --network goerli (or whatever's name of that network)) => output will be like 
   Bank Contract was deployed to: 0xabc
   Token Contract was deployed to: 0xdef
6.  ng serve

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

blockchain-dbank's People

Contributors

kedarkk1 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.