Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Testnet Singularity Finance

Fitur

  • Bridge
  • Wrap Token
  • Unwrap Token
  • Custom Amount Token
  • Random Delay 1-3 Seconds

Feature Singularity Finance

Requirements

Before running this project, make sure you have installed:

  • Node.js
  • npm (Node Package Manager)

Installation

  1. Clone this repository:

    git clone https://github.com/wrightL-dev/SF
    cd SF
    
    
  2. Install the required packages:

    npm install ethers dotenv
    
  3. 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"
    
  4. Run the script:

    node main.js
    

Support

If you have any questions or need further assistance, feel free to join our Telegram channel at t.me/tahuri01.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors