-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from UniqueNetwork/learn-fixes
Learn fixes
- Loading branch information
Showing
20 changed files
with
411 additions
and
244 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
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 |
---|---|---|
@@ -1,11 +1,35 @@ | ||
# EVM Compatibility | ||
# EVM and Smart Contracts | ||
|
||
**Core EVM features** | ||
Unique Network leverages Substrate’s flexibility to deliver native NFT features while supporting EVM compatibility. This dual approach boosts scalability and customization in digital asset management, enabling Ethereum toolsets to manipulate NFTs on Unique Network. Consequently, developers can use Solidity and other Ethereum standards for NFT interactions, creating a flexible development environment within the Polkadot ecosystem. | ||
|
||
* Support for standard EVM smart-contracts | ||
* Native collections are presented as contracts (ERC721-like) and may be interacted via Ethereum clients (like Metamask) and other smart contracts | ||
* Possibility to create collections without smart contract deployment | ||
* Collection sponsoring (transferring, approving, minting) by specific address balance, which is set as “CollectionSponsor” | ||
* Seamless interop between Substrate and Ethereum API: possibility to create and manage collection from the Substrate API and interact via Ethereum API and vice versa | ||
* Nesting. Easy with usual transfer - examples, descriptions. Rich bundling opportunities: | ||
* RFT. ERC20 and ERC1633-compatible. With the possibility of splitting existing NFT into an RFT and then bundling an RFT into an NFT (under the condition of owning all the RFT parts), etc. | ||
## EVM Smart Contracts | ||
|
||
Unique Network fully supports standard EVM smart contracts, allowing developers to leverage existing Ethereum tools and frameworks. This means you can use familiar tools like Metamask and Ethereum clients to interact with NFTs on Unique Network. | ||
|
||
## Interoperability with Substrate and Ethereum APIs | ||
|
||
Unique Network ensures seamless interoperability between Substrate and Ethereum APIs. This dual support allows for the creation and management of collections using the Substrate API while enabling interactions via the Ethereum API, and vice versa. | ||
|
||
Unique Network’s native features work seamlessly within the EVM environment, providing additional functionalities not typically available on standard Ethereum platforms. | ||
|
||
Native collections are presented as contracts (ERC721-like) and can be interacted with via Ethereum clients and tools. | ||
|
||
## Benefits for Developers | ||
|
||
- **Flexibility**: By supporting both Substrate and Ethereum toolsets, Unique Network provides a flexible development environment that accommodates various use cases and preferences. | ||
- **Scalability**: Substrate’s scalability ensures that NFT interactions and transactions can handle large volumes, making it suitable for high-demand applications. | ||
|
||
## Learn More | ||
|
||
To discover more about building with Unique Network and to access comprehensive guides and documentation, visit our [Build](../../build/evm/index.md) section. With our tools, you'll see just how accessible and powerful NFT development can be. | ||
|
||
<br> | ||
<br> | ||
|
||
--- | ||
|
||
## Related Articles | ||
- [Our approach to NFTs](../approach.md) | ||
- [NFT Features Overview](../token-types/nft.md) | ||
- [SDK and Indexer](./sdk-indexer.md) | ||
- [Sponsoring](./sponsoring.md) |
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,32 @@ | ||
# Unique Network Marketplace | ||
|
||
At Unique Network, our goal is not just to be a blockchain focused solely on trading. However, we recognize the importance of providing a robust marketplace for our users. Our marketplace serves as a crucial component, enabling seamless NFT trading, while also acting as a testing ground for our innovative features and tools. | ||
|
||
## Key Features | ||
|
||
### Trading Platform | ||
|
||
Our marketplace allows users to trade NFTs with ease. | ||
|
||
### UI Minting | ||
|
||
One of the standout features of our marketplace is the user-friendly minting interface. This UI makes it incredibly simple for users to create and mint their NFTs without requiring in-depth technical knowledge. The process is intuitive, allowing anyone to bring their digital assets to life. | ||
|
||
### Testing Ground for Features and Tools | ||
|
||
The marketplace is not just a trading platform but also a space where we test and refine our NFT features and tools. | ||
|
||
|
||
## Get Started | ||
|
||
Explore our marketplace today to start trading, minting, and experimenting with NFTs. Visit [Unique Network Marketplace](https://unqnft.io/market?filterState=) to discover a world of possibilities. | ||
|
||
<br> | ||
<br> | ||
|
||
--- | ||
|
||
## Related Articles | ||
- [Our approach to NFTs](../approach.md) | ||
- [NFT Features Overview](../token-types/nft.md) | ||
- [SDK and Indexer](./sdk-indexer.md) |
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,44 @@ | ||
# SDK and Indexer | ||
|
||
At Unique Network, we make it easy for any developer to create and manage NFT projects without needing any blockchain knowledge. Our JS SDK allows developers to integrate NFTs into their applications using simple, familiar tools. | ||
|
||
## SDK | ||
|
||
Our SDK provides straightforward methods to perform common NFT operations. Here are some examples: | ||
|
||
- Create a Collection | ||
- Mint, Burn, Transfer an NFTs | ||
- Fetch Collection Schema | ||
- Estimate Transaction Fees | ||
|
||
## Indexer | ||
|
||
Our Indexer allows developers to perform various retrieval and tracking operations. Here are some examples: | ||
|
||
- Get All NFTs Owned by an Address | ||
- Get All NFTs in a Collection | ||
- Get Nested NFTs/Parent NFT | ||
- Get Transaction History for a Collection/NFT | ||
|
||
## Learn More | ||
|
||
To discover more about building with Unique Network and to access comprehensive guides and documentation, visit our [Build](https://docs.uniquenetwork.dev/build/) section. With our tools, you'll see just how accessible and powerful NFT development can be. | ||
|
||
## Build with us! | ||
|
||
- GitHub: Contribute to our open-source projects on [GitHub](https://github.com/UniqueNetwork) | ||
- Grant Fund: Access the [NFTs 2.0 CODECRAFT ](https://unique.network/blog/your-access-to-nfts-2-0-codecraft-grant/) | ||
- Support Email: [[email protected]](mailto:[email protected]) | ||
- Developer Support: [Telegram for developers](https://t.me/unique_network_support) | ||
|
||
We are excited to have you on board and can't wait to see what you will create with Unique Network! | ||
|
||
<br> | ||
<br> | ||
|
||
--- | ||
|
||
## Related Articles | ||
- [Our approach to NFTs](../approach.md) | ||
- [NFT Features Overview](../token-types/nft.md) | ||
- [Marketplace](./marketplace.md) |
Empty file.
Oops, something went wrong.