A simple express server to:
- Serve DNFT Images (/public/dnft-images)
- Expose an endpoint (
update-wearables
), called by the Collection contract usingChainlink Oracle Client
.
The endpoint will receive a set of parameters from the smart contract to create an updated Flying People DNFT Image.
Serve DNFT images.
Update DNFT images, Chainlink request from smart contract.
npm i
GOERLI_RPC_URL=https://eth-goerli.g.alchemy.com/v2/KEY
npm run start
At this point you have the contracts
deployed and minted
the DNFT's
A running APP
to claim an NFT.