Forte
Forte Protocol is a Layer 1 blockchain designed to integrate real-world assets (RWA) into decentralized finance. It enables tokenization, trading, and on-chain management of tangible assets, bridging traditional finance with blockchain infrastructure. The protocol focuses on scalability, security, and interoperability to support institutional-grade RWA applications.
Requirements
Install Python version 3.12
Use git for updates — no need to manually download the archive each time.
Install SQlite (to view statistics)
Proxy (optional)
Functionality
Galxe register
Bridge to Gravity network for claim on Galxe
Galxe quests
Installation
Clone the repository:
git clone https://github.com/Phoenix0x-web3/forte.git
cd forteInstall dependencies:
python install.pyActivate virtual environment
For Windows
For Linux/Mac
Run script
Configuration
After running the script, a folder named files will be created. Inside this folder, you will find text files that must be filled line by line (one value per line).
private_keys.txt: Private keys EVMproxy.txt: One proxy per line (format:http://user:pass@ip:port)reserve_proxy.txt: One proxy per line (format:http://user:pass@ip:port)twitter_tokens.txt: One token per linereserve_twitter.txt: One token per line
Main configurations
Usage
For your security, you can enable private key encryption by setting private_key_encryption: true in the settings.yaml. If set to false, encryption will be skipped.
On first use, you need to fill in the private_keys.txt file once. After launching the program, go to DB Actions → Import wallets to Database.

If encryption is enabled, you will be prompted to enter and confirm a password. Once completed, your private keys will be deleted from the private_keys.txt file and securely moved to a local database, which is created in the files folder.

If you want to update proxy/twitter/discord/email you need to make synchronize with DB. After you made changes in these files, please choose this option.

Once the database is created, you can start the project by selecting Forte Protocol → Run All Activities.

Last updated
