Skip to content

Node.js REST API to invoke smart contracts deployed on an ethereum client (Hyperledger Besu)

Notifications You must be signed in to change notification settings

dariusjvc/NodeJS-RestAPI-For-Ethereum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js REST API to invoke smart contracts deployed on an ethereum client (Hyperledger Besu)

Description:

Blockchain API created to get the name of a ERC20 token and mintend tokens. There is 1 smart contact:

UpgradableTokenTest

Requirements:

node.js v18.16.0

How to deploy:

  1. Deploy the smart contract in the blockcchain network
  2. git clone https://github.com/dariusjvc/JavaEthereumAPI.git
  3. Make sure you create an .env file with ADMIN_PUBLIC_KEY and the BLOCKCHAIN_INTERNAL_HOST inside, in the root of the project
  4. npm install
  5. npm run start-dev

image

API url :

http://localhost:3000/api/docs/#/

About

Node.js REST API to invoke smart contracts deployed on an ethereum client (Hyperledger Besu)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published