This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit home with content template (#19)
* Edit home with content template * minor fix * remove broken links
- Loading branch information
1 parent
72c972b
commit 7b574bf
Showing
2 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
template: home_with_content.html | ||
title: ConsenSys NFT | ||
description: The ConsenSys NFT platform | ||
action: | ||
title: Get started | ||
link: Get-Started/ | ||
hide: | ||
- toc | ||
- navigation | ||
--- | ||
|
||
# ConsenSys NFT | ||
|
||
ConsenSys NFT is a powerful engine for managing your NFT drops and secondary transactions with a | ||
feature rich API. | ||
ConsenSys NFT eliminates the frustrations of dealing with smart contracts and allows you to mint, | ||
list, display, and collect royalties and payments securely from non-fungible and semi-fungible | ||
assets, using just a few API calls. | ||
|
||
ConsenSys NFT stores all the media files the metadata of your tokens on [IPFS](https://ipfs.io/), a | ||
fully decentralized and immutable storage network. | ||
This means no single entity including ConsenSys NFT or the NFT creator can change the content once | ||
the smart contract is deployed. | ||
Every token minted is automatically _pinned_ on an IPFS node such that it will never be lost. | ||
Learn about how IPFS keeps your NFT immutable and permanent through | ||
[content addressing](https://docs.ipfs.io/how-to/mint-nfts-with-ipfs/#how-ipfs-helps). | ||
|
||
ConsenSys NFT currently supports ERC-721 and ERC-1155 asset standards on Rinkeby, | ||
Mainnet, and Polygon. | ||
We're working towards supporting all EVM-compatible sidechains. | ||
|
||
The platform supports: | ||
|
||
- Custom design of token metadata via Item Types. | ||
- Sending NFTs via email. | ||
- Custom split of fees and royalties. | ||
- Multiple ways to sell your NFTs. | ||
- Webhooks to subscribe to events from ConsenSys NFT. |