- Bridge
- Wrap Token
- Unwrap Token
- Custom Amount Token
- Random Delay 1-3 Seconds
Before running this project, make sure you have installed:
- Node.js
- npm (Node Package Manager)
-
Clone this repository:
git clone https://github.com/wrightL-dev/SF cd SF -
Install the required packages:
npm install ethers dotenv -
Create a .env file and add the following configuration:
# RPC URLs SFI_TESTNET_RPC_URL="https://rpc-testnet.singularityfinance.ai" SEPOLIA_RPC_URL="https://eth-sepolia.g.alchemy.com/v2/fSkpxq5hiBurNDf6pCs4mqyLlDxHsH2Z" # Wallet Address FROM_ADDRESS="YOUR-WALLET-ADDRESS" TO_ADDRESS="YOUR-WALLET-ADDRESS" # Private key PRIVATE_KEY="YOUR-PRIVATE-KEY" -
Run the script:
node main.js
If you have any questions or need further assistance, feel free to join our Telegram channel at t.me/tahuri01.
This project is licensed under the MIT License.
