Bhaskar Singh
Bhaskar Singh
@manangouhari can you create an API endpoint for uploading JSON on IPFS with the following data attached to it. ```javascript { "name": "3D Cryptobot", "symbol": "CB", "decimals": 0, "description": "Custom...
Makes sense. On Thu, 25 Feb, 2021, 2:10 pm manangouhari, wrote: > Currently the cryptobot is being passed to cryptobot.js through > location.state, but this is not feasible to use...
Since loading 3d model is a big constraint in Twitter. We can go the image route for now. Here's an example for downloading an image from 3d model [codepen](https://codepen.io/alwxkxk/pen/JjPMyNW)
Updated TODO - [ ] Make cryptobot load by token-id `/tezos/cryptobot/` - [ ] While minting NFT cryptobot also attach bot image(uploaded on IPFS) to the metadata which will be...
> You can't post images to Twitter without authenticating the user. Please elaborate.
Try asking yieldscan team. I think they have already sorted out how to share images on the Twitter part.
Got it. Let's focus on just sharing the link for now.
1. Load all owned nft cryptobots in profile view by the user. 2. Paginate marketplace cryptobots to make sure every bot is loaded.
When I make a change to the editor and hit (control + z) command for undoing the change. It doesn't register changes for shortcuts, only when I type something that...
It's not a high priority right now. The focus is on getting the flow from module-0 to acquiring a bot perfect.