This repository contains the smart contracts for the RWA Fund Token project. The contracts are developed using Hardhat.
To get started with the RWA Fund Token contracts, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies by running
npm install. - Run the tests to ensure everything is functioning correctly:
npx hardhat test. - Deploy the contracts to your desired Ethereum network using the Hardhat deployment scripts.
The RWA Fund Token contracts consist of the following main contracts:
FundMarket.sol: This contract manages the RWA Fund Token market, allowing investors to trade tokens.FundToken.sol: This contract represents the RWA Fund Token, which is a tokenized representation of a real-world asset.WUSDC.sol: A stable coin .
To contribute to the development of the RWA Fund Token contracts, follow these guidelines:
- Fork this repository and create a new branch for your changes.
- Write tests for any new functionality or modifications.
- Ensure all tests pass by running
npx hardhat test. - Submit a pull request with your changes for review.
Please note that this project is still under active development and subject to changes. Feel free to reach out to the project maintainers for any questions or concerns.
This project is licensed under the MIT License.