Skip to content

DIP721 - An Internet Computer Non-fungible Token Standard

License

Notifications You must be signed in to change notification settings

Psychedelic/DIP721

Repository files navigation

Group 5982

💎 DIP-721

Conventional Commits Healthcheck

DIP-721 is an ERC-721 style non-fungible token standard built mirroring its Ethereum counterpart and adapting it to the Internet Computer, maintaining the same interface.

This standard aims to adopt the EIP-721 to the Internet Computer; providing a simple, non-ambiguous, extendable API for the transfer and tracking ownership of NFTs

📒 Table of Contents

🎓 Specification

The document for the DIP-721 is available here.

There are 2 versions of the v2 spec. One with namespace and snakecase, and one non namespaced and camel case. The legacy.rs provides the initial v2 spec without namespace, but the final version that should be used and integrated against has the namespace.

⚠️ This is an an in-development standard, consider it a work in progress as we finalize details in its design and gather feedback from the community.

👋 Community

We'd like to collaborate with the community to provide a better token standard implementation for the developers on the IC, if you have some ideas you'd like to discuss, submit an issue, if you want to improve the code or you made a different implementation, make a pull request by following our contribution guideline, please!

👩 NFT Implementation example

An NFT (non-fungible token) implementation which follows the DIP-721 specification is available and can be used as a base for your projects.

Checkout our implementation example (Rust)

Mokoto implementation example will be available soon.

Checkout our installation example

Checkout our test and usage example

🙏 Contributing

Create branches from the main branch and name it in accordance to conventional commits here, or follow the examples bellow:

test: 💍 Adding missing tests
feat: 🎸 A new feature
fix: 🐛 A bug fix
chore: 🤖 Build process or auxiliary tool changes
docs: ✏️ Documentation only changes
refactor: 💡 A code change that neither fixes a bug or adds a feature
style: 💄 Markup, white-space, formatting, missing semi-colons...

Find more about contributing here, please!

About

DIP721 - An Internet Computer Non-fungible Token Standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages