This real estate canister is a decentralized ICP canister that mainly implements chain-key technology by enabling all owners to have unique public keys to verify them and mitigate the problem of invalid brokers from the market. Also it provides both query and update functionalities to interface with property data, making it a strong solution for managing properties on the Internet Computer platform.
- Create,Update and delete properties.
- Management of property.
- Read available properties.
- Verify owners of properties.
- Clone my repository:
git clone https://github.com/Muusii/Rust-101.git
cd Rust-101
- View the code:
code .
- Start the canister:
dfx start --background
- Deploy the canister:
npm run gen-deploy
- Update changes:
dfx start --background --clean
Please feel free to start an issue or send a pull request if you discover any bugs, have ideas, or would like to add new functionality.
This project is licensed under the MIT License.