Welcome to the Massa Standard Definition project!
This project aims to establish a common set of standards for the Massa blockchain ecosystem. The standards defined here will help to promote interoperability and ease of use for Massa-based applications and services.
If you're interested in learning more about Massa and its capabilities, check out the following resources:
- Massa website: This is the official website for the Massa blockchain. Here, you can learn more about Massa's features and use cases, as well as explore the Massa ecosystem and community.
- Massa documentation: This is the official documentation for Massa. Here, you can find detailed guides and tutorials for developing on the Massa blockchain, as well as API reference documentation for the Massa SDK and other tools.
The Fungible Token standard implementation defines a common set of rules for creating and managing Massa-based tokens that are fungible (i.e. interchangeable).
This is MassaLabs implementation of the ERC20.
The Non-Fungible Token standard implementation defines a common set of rules for creating and managing Massa-based tokens that are non-fungible (i.e. unique).
This is MassaLabs implementation of the ERC721.
The Semi-Fungible Token standard implementation defines a common set of rules for creating and managing Massa-based tokens that are semi-fungible (i.e. semi-unique).
This is MassaLabs implementation of the ERC1155.
The Massa Units standard defines a set of common units of measurement for use on the Massa blockchain.
These units include:
- Massa coin
- Gas
- Rolls
The DApps <> Wallet Provider Communication standard defines a common interface for communication between Massa-based decentralized applications (DApps) and wallet providers.
This standard aims to simplify the process of integrating Massa-based DApps with various wallet providers, making it easier for end-users to access and use these applications.
To contribute to the Massa Standard Definition project, please refer to the document contributing.
This project is licensed under the MIT license. For more information, please refer to the LICENSE file.