Store and Mint NFTs on Conflux (using ERC-1155 standards)
More details about Conflux development documents please read Conflux dev-packageSpecificationsStandardFor specifications following EIP-721 and EIP-1155 standards on Conflux please read Guideline for developing NFT on Conflux Note that the exposed functions reading metadata in the OpenZeppelin’s implementations are tokenURI (EIP-721) and uri (EIP-1155). And most blockchain browsers, NFT marketplaces, and wallets supporting NFT display read these two functions by default. For special requests s...
Store and Mint NFTs on Conflux (using ERC-1155 standards)
More details about Conflux development documents please read Conflux dev-packageSpecificationsStandardFor specifications following EIP-721 and EIP-1155 standards on Conflux please read Guideline for developing NFT on Conflux Note that the exposed functions reading metadata in the OpenZeppelin’s implementations are tokenURI (EIP-721) and uri (EIP-1155). And most blockchain browsers, NFT marketplaces, and wallets supporting NFT display read these two functions by default. For special requests s...
How to Quickly Build Your Own IPFS Gateway
What is IPFS?InterPlanetary File System (IPFS) is a network transport protocol designed to enable distributed storage, sharing, and persistence of files. It is a content-addressable peer-to-peer hypermedia distribution protocol. The nodes in an IPFS network constitute a distributed file system.IPFS GatewayIPFS gateways allow visitors to access data from an IPFS network via HTTP requests. By default, the IPFS gateway is configured to run on port 8080 and data will be fetched from the server ru...
How to Quickly Build Your Own IPFS Gateway
What is IPFS?InterPlanetary File System (IPFS) is a network transport protocol designed to enable distributed storage, sharing, and persistence of files. It is a content-addressable peer-to-peer hypermedia distribution protocol. The nodes in an IPFS network constitute a distributed file system.IPFS GatewayIPFS gateways allow visitors to access data from an IPFS network via HTTP requests. By default, the IPFS gateway is configured to run on port 8080 and data will be fetched from the server ru...
IPFS Quick Start Tutorial
Note: If you are not interested in how to run the IPFS nodes, but want to use the IPFS storage service quickly, you can ignore other parts - just scroll down to view the Pinning Service, or view this documentation to learn more about the Pinning Service: https://docs.ipfs.io/how-to/websites-on-ipfs/single-page-website/#pinning-filesWhat is IPFSInterPlanetary File System (IPFS) is a network transmission protocol designed to implement distributed storage, sharing and persistence of files. It is...
IPFS Quick Start Tutorial
Note: If you are not interested in how to run the IPFS nodes, but want to use the IPFS storage service quickly, you can ignore other parts - just scroll down to view the Pinning Service, or view this documentation to learn more about the Pinning Service: https://docs.ipfs.io/how-to/websites-on-ipfs/single-page-website/#pinning-filesWhat is IPFSInterPlanetary File System (IPFS) is a network transmission protocol designed to implement distributed storage, sharing and persistence of files. It is...