Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 469 Bytes

for the purpose of testing nothing needs to be done

it currently has a Dummy contract that's also callable

to run locally clone this repo

npm install npm start dev

input npm start dev into your terminal just input localhost:4000/api into your browser

then follow the prompt, you should get a Json of response in this format

nftContract: string; tokenId: number; amount: number; price: number; seller: string; name: string; sold: boolean;