Skip to content

a console application for snooping new $xch tokens listed on TibetSwap.io

License

Notifications You must be signed in to change notification settings

KevinOnFrontEnd/SwapHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwapHunter

A Proof of concept console application for sniping new $xch tokens listed on TibetSwap.io v2

With the chia ecosystem ramping up now that there is a AMM (TibetSwap), there will be an influx in tokens that are listed on the exchange. This console application is intended to help users find new tokens available to trade as early as possible.

Screenshot 2023-11-01 at 21 14 06 Screenshot 2023-11-01 at 21 15 39 Screenshot 2023-11-01 at 21 17 03 Screenshot 2023-05-30 at 12 00 42 Screenshot 2023-05-28 at 20 34 41

image

This program will do the following when configured

TBD

Setup instructions

It is highly recommended that you run this project on chia testnet before running it on mainnet!

chia configure -t true

This application requires access to the wallet certificate & key in order to use the chia wallet RPC to generate offer files. The following application settings (appsettings.json) need to be filled in before this application will function.

Initialize dotnet secrets for both SwapHunter.Tests & SwapHunter Projects, these will override the values stored in appsettings.json.

dotnet user-secrets init --id SwapHunterTests
dotnet user-secrets init --id SwapHunter

put the correct path to your wallet ssl key/cert.

{
  "ChiaRpc": {
    "WalletRpcEndpoint": "https://127.0.0.1:9256",
    "Wallet_key_path": "/Users/kev/.chia/mainnet/config/ssl/wallet/private_wallet.key",
    "Wallet_cert_path": "/Users/kev/.chia/mainnet/config/ssl/wallet/private_wallet.crt"
  }
}

Contributing

Please feel free to contribute some TXCH. The tests in this project are integration tests that create real offers using a test wallet on the testnet. A few tests can easily tie up all the TXCH in the wallet.

txch1mcgpakts9fqxfp3k45t89vpweue0ucn4mc34g2wpv6e8fk63p6vq7a60et

Credit

Disclaimer

I take no responsibility for the use or misuse of any products, services, or information provided. It is the sole responsibility of the user to exercise their judgment and discretion when utilizing these resources. I do not accept liability for any damages, losses, or adverse consequences resulting from the use, interpretation, or reliance upon the materials provided. Users are encouraged to seek professional advice and exercise caution when applying the information or engaging in any activities related this program.

*A dev fee of 0.3% is added onto the offer that is posted TibetSwap (Same as what the website does). The fee is split evenly between the TibetSwap dev wallet & SwapHunter dev wallet.

Build & Test Status

Build