An open API service indexing awesome lists of open source software.

https://github.com/ghpz54k8zrwu62zgvsepps97yav9swuay0mvdr4/nft.storage

A client version of ipfs-shipyard/nft.storage.
https://github.com/ghpz54k8zrwu62zgvsepps97yav9swuay0mvdr4/nft.storage

Last synced: 3 months ago
JSON representation

A client version of ipfs-shipyard/nft.storage.

Awesome Lists containing this project

README

        

# NFT.Storage

NFT.Storage is an application frontend of the community project: [shipyard/nft.storage](https://github.com/ipfs-shipyard/nft.storage)

![Homepage](./public/screenshot/homepage.png)

## Usage

Displays steps to use the NFT.Storage application.

### Uploading NFTs

Upload your NFTs by clicking `Upload to nft storage`:

![Upload](./public/screenshot/upload-file.png)

Select one or more NFTs, then click submit:

![Select](./public/screenshot/selected-files.png)

After submitted, a CID with an IPFS gateway link will be printed:

![Uploaded](./public/screenshot/uploaded.png)

### Inspect uploaded NFTs

Navigate to the printed CID gateway link, if it's a folder it will display as a tree:

![Folder](./public/screenshot/cid-folder.png)

And to view a NFT inside a CID folder:

![View](./public/screenshot/view-file.png)

### Get the uploaded NFT status

Navigate to status tab of NFT.Storage, and input any CID representing a NFT:

![Input](./public/screenshot/input-cid.png)

If a CID exists in nft.storage, then the status and information of the CID will be displayed as table:

![Info](./public/screenshot/cid-info.png)

A NFT needs time to be minted, so there is only the IPFS pinning state of new uploaded NFT at this time.

If a CID does not exists in nft.storage, an error message alerting the NFT status will be prompted:

![Not Found](./public/screenshot/not-found.png)

## File type supports

A listed file type that NFT.Storage can upload:

- PDF
- Any images (png, jpeg, gif, etc.)
- Any videos (mp4, mov, flv, etc.)
- Any audios (mp3, aac, wav, etc.)

## File limits

Current file limits is per 100MB a file, as same as [nft.storage](https://nft.storage/).

## What is different

In this stage, nothing different but multiple files uploading to [nft.storage](https://nft.storage/). In the future, we will add support to display NFT market that with nft stored in [nft.storage](https://nft.storage/) and support the newest functionalities of the [SDK](https://github.com/ipfs-shipyard/nft.storage/tree/main/packages/client).