Agere Executor

Transfer GEB from EVM to Wasm

Transfer(EVM<-->Wasm)chevron-right

Executor Overview

RelayAgerechevron-right

Quick Join RelayAgere

circle-check

Preparation Work

1

Clone the repository

git clone https://github.com/GEBcore/RelayAgere.git && cd RelayAgere
2

Install the dependencies

bash install.sh
3

Activate the virtual environment

source .venv/bin/activate
4

Create Wallet

./wallet.sh <cold_wallet_name>
circle-info

If you choose to create wallets, there will generate two wallets: a cold wallet and a hot wallet. In the current script, the cold wallet is associated with the hot wallet automatically. The following operations will require using the name of the cold wallet. Both the cold and hot wallets are very important, and you need to securely save the wallet's mnemonic phrase to prevent loss.

circle-check
5

Register to the agere

circle-check
./register.sh <cold_wallet_name>

Run an Executor Progarm

circle-exclamation

Query your wallet balance

./get_balance.sh <cold_wallet_name>

Running as an Executor

1

Edit the .env file according to your RPC type

circle-check

Method 1: Copy the .env file, and enter the .env file to modify the corresponding parameters.

Method 2: Directly export the corresponding parameters to the environment variables (Note: Re-running the program requires re-importing).

For Node RPC:

circle-check

For ANKR RPC:

2

Run the executor program

Here are some options for more funtions:

3

Check executor status

Once you have submitted a transaction successfully, your executor status will become "active".

Close Program

Claiming Rewards

Except for agere creators, other users' BitAgere incentives are stored in stakes and need to be unstaked to receive actual tokens.

Using scripts to unstake

Unstaking via BEVM Wallet

Router: Agere->User Dashboard->Agere Participants->Unstake

Last updated