Browse Source

Update 'SimpleBank/banking.js'

main
Anindya Maiti 7 months ago
parent
commit
62f48d47fc
  1. 7
      SimpleBank/banking.js

7
SimpleBank/banking.js

@ -1,3 +1,10 @@
// Prereqs:
// First install npm
// mkdir SimpleBank
// cd SimpleBank
// npm init -y
// npm install web3
const Web3 = require('web3'); const Web3 = require('web3');
// Configuration // Configuration

Loading…
Cancel
Save