nft.storage
nft.storage copied to clipboard
😋 NFT.Storage Classic (classic.nft.storage) offers free decentralized storage and bandwidth for NFTs on IPFS and Filecoin. April 2024 Update: Existing NFT.Storage Classic account holders can add data...
Why I can't view my nft on testnet opensea Its like empty do I have to wait or maybe something wrong? 
Hi, am trying to pin my IPFS files using the link below: https://nft-generator.art/account/pin I am getting the error message “Could not pin. Please try again.” NFT Generator says it's a...
Upon actually making the API call, I received the following JSON as a response. It appears that `lastChanged` has been renamed and is no longer required. ```json { "ok": true,...
## Description While trying to generate Rust code using the OpenAPI specification with the command `openapi-generator-cli generate -g rust -i docs/api.yml -o hoge`, I encountered the following validation error: ```...
Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending? Returned error: {"jsonrpc":"2.0","error":"execution reverted","errorData"  ------------------- may i know...
Since https://github.com/nftstorage/nft.storage/pull/2065 we require node>=18 for the api, but the package.json `engines.node` field requires node>=16 so folks aren't being nudged to use node 18, which then causes hard to debug...
Hello I tried several times to upload my files with the NFT UP app after a few moments stuck on 0.01M an error show up Error: storing files: request to...
Switched from simple fs.readfile to stream input. Please mind that since the NFTStorage does not provide stream writing the client must have enough RAM to hold the entire file. Maybe...