A modular platform for tokenizing real-world assets (RWA) using ERC1155
Report Bug
·
Request Feature
Table of Contents
The DA-RWA Tokenization Platform is a flexible infrastructure that enables various RWA platforms to tokenize real-world assets. Using ERC1155, it supports both unique asset representation (NFTs) and fractionalized ownership tokens, making it suitable for a wide range of assets from luxury watches to real estate,vehicles, gold, daimonds, etc. making it possible for all real-world asset to be tokenised on the blockchain.
- Solidity
- OpenZeppelin
- Foundry
- Chainlink or LayerZero(planned for cross-chain functionality)
- Foundry
- Git
- Clone the repository
https://github.com/olahamid/OA-RWA.git- Install NPM packages
forge install- Run Build
forge build --via-ir- Run tests
forge testThe platform consists of several key components:
-
Registry System
-
Asset Creation (ERC1155)
-
Function Sources
-
Cross chain functionality(TBC)
- SMART CONTRACT DEVELOPMENT
- UNIT/INTEGRATION TEST DEVELOPMENT
- SCRIPT DEVELOPMENT
See the open issues for a full list of proposed features and known issues.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourBranch) - Commit your Changes (
git commit -m 'Add some cool Changes') - Push to the Branch (
git push origin feature/YourBranch) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
OLA HAMID - @telegram
Project Link: https://github.com/olahamid/OA-RWA