Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

FHieser/merkle_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

merkle_backend

Project setup

npm install

Run Project

Navigate to the folder, where the files reside, then:

node .

Access Service

The REST API is accessible with the port defined in the index.js file A GET on the basic URL should do the trick I tested it with Axios. See below:

let info;
axios.get("http://localhost:3000/",{params: address:"0X5B38DA6A701C568545DCFCB03FCB875F56BEDDC4"}})
.then(response=>this.info=response.data.proof)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published