Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 768 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 768 Bytes

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/#/