AssetPulse is a platform that allows you to easily tokenize and fractionalize sustainable projects using Hedera Token Service (HTS). You can also connect your MetaMask wallet and predict the value of your tokens using AI.
- Tokenize and fractionalize sustainable projects
- Integration with Hedera Smart contract Service (HSS)
- MetaMask wallet connection
- AI-powered token value prediction ( Tensorflow and Keras)
First, clone the repository and install the necessary dependencies:
git clone https://github.com/Ni8crawler18/AssetPulse.git
cd AssetPulse
npm install
pip install -r requirements.txt
Create a .env
file in the root directory and add your Hedera testnet account details:
OPERATOR_ID=your-hedera-account-id
OPERATOR_KEY=your-hedera-private-key
Before you start using AssetPulse, train the AI model to enable token value prediction:
python3 valuation_model.py
Now, start the server:
npm start
Open your browser and go to http://localhost:3000
to use AssetPulse.
- Node.js
- Python 3
- MetaMask browser extension
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Hedera Hashgraph for their Token Service
- MetaMask for wallet integration
If you encounter any issues or have questions, please file an issue on the GitHub repository.