memoscan
← all memos

Memo 0x9e398adf…321fe3 on Ethereum

Create Django REST Framework API to use web3 to ALL log ERC721s on the NetworkCreate Django Framework Restful API + using Web3JS that returns all ERC721 contracts information. Return the owner address of the ERC721, the token id, name, amount of uses remaining, and other essential fields the NFT needs in the Trust Wallet IOS to be rendered. This should query all ERC721s on our network. If it recognizes a new block to the node the API should automatically update the database (MongoDB) to include all 721 contracts info. Also add an image url field to each entry in the API or verify it is in the contract. We will provide the ERC721 contract later on. Looking to create an API similar to https://api.opensea.io/api/v1/assets/? . We want to be able to tie this API directly to our IOS Trust Wallet fork as a separate task. This task is to be done for a fixed price.