Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

web3.js

web3.js is a collection of libraries that allow you to interact with a
local or remote ethereum node using HTTP, IPC or WebSocket. 
//installation
npm i web3
let Web3= require('web3')
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+3 =