To enter the Tiber Challenge, complete the registration form at Tiber Challenge Registration. After registering, your participant's Registered Address will be funded with the following:
| Asset | Amount |
|---|---|
| ATN on Piccadilly | 1 |
| NTN on Piccadilly | 0 |
| Test USDCx on Piccadilly | 1000 |
| Test USDC on Polygon Amoy Testnet | 25 |
| Test POL on Polygon Amoy Testnet | 0.01 |
For more details about the challenge, please visit the Tiber Repository.
The challenge's terms and conditions can be found here.
To ensure that the dependencies for this challenge do not interfere with other projects, it's recommended to use a virtual environment.
Once the virtual environment is activated, you need to install the required dependencies:
pip install -r requirements.txtYou need to create an .env file with the following variables:
RPC_URL=your_rpc_url
SENDER_PRIVATE_KEY=your_private_key
RECIPIENT_ADDRESS=your_recipient_address
-
Swap Script
To execute the swap script, use the following command:python3 swap.py
-
Task Onchain Script
To execute the task on-chain script, use this command:python3 -m starter_kit.main