Would it be possible for someone to run through the first tutorial and update all the issues. I have attempted to do this. But I get too many errors to the point where I have to modify the solidity code to remove errors. First, the imports from the git files are different to what is in the code e.g. "@openzeppelin/contracts/access/Ownable.sol" Then the solidity version is different and all the .sol files have to be modified. The ERC1155MintBurn file is not there The ERC721Full.sol in not there. Have I missed a step that resolves all these differences somehow?
Posted by Grant 2 months ago
I am getting a "Failed to Fetch" error. My Metamask is open, says it is connected to Opensea, worked fine last night and every other time. But this time I get the error. To my knowledge, I haven't changed any settings or anything since that time. Tried resetting computer and disconnecting, then reconnecting Opensea. Any ideas? Thanks.
Posted by Sue Golden 2 months ago
What does the `quantity` field mean in an events object? I would think it means "number of NFTs transferred" but even when `quantity: "2"` there's only 1 asset referenced elsewhere in the event object, with a unique asset id. Could use this code and look for object with quantity > 1 to replicate: ``` import requests url = "https://api.opensea.io/api/v1/events" querystring = {"event_type":"successful","only_opensea":"false","offset":"0","limit":"20"} response = requests.request("GET", url, params=querystring) print(response.text) ```
Posted by Kenny 2 months ago
because when i do so, the square link appears, gets scanned with phone and the link fails at each time. I see my collection, but it is not linkable with my wallet, my art works are not connected with me! With walletlink issued on rarible, by you, my work seem to belong to no creator. Please help me solve this! Thanks Coralics
Posted by Coralics 3 months ago
Hello again! **In items** Even though I am providing proper markdown in the metadata, it is not showing up in the item's page. I am playing with very basic markdown syntax # headings, **bold**, etc. **In store** The markdown in the store page shows up properly, but when you go to an item, the "About <store name>" doesn't translate the markdown Anything we need to do? Thanks!!
Posted by Marcelo 3 months ago
HELLO! I'm new to this community and programming very little. I am a digital artist. I want to tokenize my art but in the tutorials I don't understand what are the requirements to start from scratch, that is, do I download first? What program or programs? Then what are the next steps? Because I was following the tutorials and it sends from one window to another and then to another and to another ...... I'm really confused ...... I PLEASE need a step by step to dummies. THANK YOU VERY MUCH!!!
Posted by VmackFuture 3 months ago
We are using the Collections API: https://api.opensea.io/api/v1/collections to get the data of all the NFT tokens. In the response we could not find the details of which category/vertical a token belogs to. For eg, whether it belongs to Virtual Worlds or Art, etc. Please let us know how we can get the above information from the API or educate us if we need to use any other API to get the info.
Posted by Siva Neeli 3 months ago
Hello! Is there any way to increase the seller fee to more than 10%? We're not trying to be sharks :P but our use case is to donate more than 10% in secondary market sales (our idea is to set a 30% free for secondary market sales: 5% seller fee and 25% for charity) Thanks!
Posted by Marcelo 3 months ago
Hi, how do I have to specify a property to be displayed as an unordered list? I came up with this so far: ... "properties": { "contents_property": { "name": "Contents", "value": ["A","B","C","D"] } } The result should be something like: * A * B * C * D
Posted by Wolf 3 months ago
We have an animated image in url. It is not animating in your platform. Can you please check? https://cdn.cybertime2188.com/OpenSea_Mainnet_store/CyberTime_02/02.gif This is the url of our token https://opensea.io/storefront/cybertime2188 Metadata API http://api.cybertime2188.com:5000/api/token/ Thanks
Posted by Iqbal Singh 3 months ago
Hello! When you go to a token page, it has 2 buttons: "Sell >" and "Gift >" Is it possible to emulate "Gift" through the API? I went through the [event object doc](https://docs.opensea.io/reference#event-object) but it doesn't say much. If it's possible, then a follow up question: The store allows you to put a developer fee (say 2%). If I "gift" a token in this store (via API), will it respect the 2% on all secondary market sales? Thanks!!
Posted by Marcelo 3 months ago
Greetings, can you please set this Metadata http://api.cybertime2188.com:5000/api/token/ It will take token id to display Metadata for particular token http://api.cybertime2188.com:5000/api/token/1 This is the url of our token https://opensea.io/storefront/cybertime2188 Thanks
Posted by Iqbal Singh 3 months ago