Rarible Multichain Protocol is a decentralized toolset that simplifies the way developers can work with NFTs. Protocol builds an abstraction layer for several blockchains and isolates the developer from their specifics with Multichain SDK.
Rarible Multichain SDK is fully blockchain-agnostic. You can find a list of supported blockchains on our Features page.
On docs.rarible.org you can find main information about Rarible Protocol.
- Read Getting Started guide to learn how to Install Multichain SDK, mint your first NFT and put it on sale
- Get better understanding of Rarible Multichain Protocol with Protocol Overview Chapter
- Learn how to use SDK with our Reference
- Try using our API
- Review successful cases from our partners using Rarible Multichain Protocol in Use Cases section
- Try to look on fully functional Example Application
- Github — Rarible Protocol resources
- Discord — main place of DAO community
- Rarible Youtube
- Rarible Twitter
- DAO Twitter
Rarible Protocol is audited. Check this report by ChainSecurity.com.
You are welcome to suggest features and report bugs found! You can do it here:
The codebase is maintained using the "contributor workflow" where everyone without exception contributes patch proposals using "pull requests" (PRs). This facilitates social contribution, easy testing, and peer review.
See more information on CONTRIBUTING.md.
docs.rarible.org is built using MkDocs and deployed on GitHub pages. The source files are written in Markdown and configured using mkdocs.yml
.
See more information on protocol-mkdocs.
Rarible Protocol is available under GPL v3.
SDK and OpenAPI (with generated clients) are available under MIT.