API that can provide web2 developers all the functionality involved in creating and managing NFTs over a REST API interface
By providing managed services to Web 3 infrastructure through a Web 2 API - we allow existing infrastructure and companies to take advantage of the marketing benefits around NFTs. Along with this we will be allowing all wallets to be exportable at all times through the API.
The vision for this project is to bridge users into the web 3 ecosystem, leveraging marketing and industry dynamics to align incentives towards greater adoption of wallets.
We're using Firebase for our robus User service - Thought we didn't connect it to our core crypto API for public due to lack of auth. We used in memory model of a user db in python. The API uses web3.py to do Account/Wallet & Trigger smart contract interactions within our flask API while using brownie to deploy the ERC721 Smart Contract to both Polygon Mumbia testnet and the Ethereum Testnet, making it highly cross chain.