Skip to content

Releases: Deed3Labs/Protocol-Contracts

v0.1.0 - Initial Release

23 Apr 01:12
d861228

Choose a tag to compare

Pre-release

The Deed Protocol v0.1.0 (Pre-release)

This is the initial pre-release of The Deed Protocol smart contracts, implementing the core functionality for decentralized Real World Asset transactions.

Core Components

  • DeedNFT: ERC721 implementation for property deed tokenization
  • Validator: Smart contract for deed data verification
  • ValidatorRegistry: Registry for managing authorized validators
  • FundManager: Transaction and fund management contract
  • MetadataRenderer: Handles the rendering and storage of token metadata

Extensions

  • Subdivide: Enables property subdivision functionality
  • Fractionalize: Implements property fractionalization features

Libraries

  • StringUtils: Utility functions for string manipulation
  • JSONUtils: JSON handling and manipulation utilities

Features

  • Modular contract design
  • Role-based access control
  • Pausable operations
  • Flexible validator integration
  • UUPS upgradeable contracts
  • Property subdivision and fractionalization
  • Advanced metadata handling
  • Comprehensive utility libraries

Setup

git clone https://github.com/Deed3Labs/Protocol-Contracts.git
cd Protocol-Contracts
npm install

Known Limitations

  • This is a pre-release version intended for testing and audit
  • Not recommended for production use without security audit
  • Subject to potential breaking changes

Feedback

We welcome feedback and contributions from the community. Please open issues for any bugs or suggestions.