Development GuideThis section covers recommended practices and methodologies for developing with Meta Contract. These best practices are designed to improve code quality, efficiency, and maintainability.
Using Internal LibraryThe Meta Contract DevKit uses a Schema-based data management system, and it is recommended to use Solidity's internal library for data operations. Conceptually, this approach is akin to handling abstract data types.