Words
32
Reading
1 min
Listen
Play
5y
We're still trying to see what is needed between the front and backends, but we have some dummy data coming from only at token.dlux.io to help us build
api.get('/api/nfts/:user', API.nfts);
api.get('/api/nft/:item', API.item);
api.get('/api/sets', API.sets);
api.get('/api/set/:set', API.set);
api.get('/api/auctions', API.auctions);
api.get('/api/sales', API.sales);
Would appreciate your input
RE: NFT Research - Creation and Distribution