Immutable X is the first liquidity protocol for NFTs on Layer 2. The platform is built on StarkWare's StarkEx, a layer 2 scalability engine, leveraging zero-knowledge STARK technology to achieve significant scalability on top of Ethereum without compromising on security.
With the launch of StarkNet, StarkWare's permissionless, decentralized, layer 2 ZK-Rollup, Immutable X is adopting a multi-settlement strategy starting with StarkEx and StarkNet. As part of Phase 1 of our rollout plan, we are releasing a set of contracts with the core NFT primitives necessary to launch a project on StarkNet, which projects can permissionlessly build on. Find out more in our StarkNet strategy blog post.
In this repository, you will find Cairo implementations of:
- ERC20
- ERC721
- Metadata standards
- Royalties
- Payment Splitter
- Asset Bridging (Arch)
These contracts were designed to be feature-rich recommended standards on StarkNet, generalizable for current and future partner use cases as well as the wider ecosystem. This helps advance the necessary StarkNet primitives for Immutable X's StarkNet strategy and provides easy onboarding with out-of-the-box Cairo contracts to help developers build on StarkNet.
See immutablex/starknet/README.md for an in-depth setup guide for a Cairo development environment.
The StarkNet package includes all Cairo contracts for the above implementations. It uses some community-developed tools for Javascript/Typescript development on StarkNet:
We aim to build robust and feature-rich standards to help all developers onboard and build their projects on StarkNet, and we welcome any and all feedback and contributions to this repository! See our contribution guideline for more details on opening Github issues, pull requests requesting features, and providing general feedback.
These Cairo contracts are in a very experimental stage and are subject to change without notice. The code has not yet been formally audited or reviewed and may have security vulnerabilities. Do not use in production. We take no responsibility for your implementation decisions and any security problems you might experience.
Please responsibly disclose any security issues you find by reaching out to [email protected]
Immutable X StarkNet contracts are released under the Apache-2.0 license. See LICENSE.md for more details.