pen-to-squareForte

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

Functionality

  • Galxe register

  • Bridge to Gravity network for claim on Galxe

  • Galxe quests

Installation

  1. Clone the repository:

git clone https://github.com/Phoenix0x-web3/forte.git
cd forte
  1. Install dependencies:

python install.py
  1. Activate virtual environment

For Windows

For Linux/Mac

  1. 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 EVM

  • proxy.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 line

  • reserve_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