A simple bot that is able to interface with various Loopring NFT marketplaces.
LoopBotV1-Demo.mp4
LoopBot-MassListing.mp4
- Monitor a collection for new listings and buy an NFT under a certain price point
- Monitor a NFT for new listings and buy it under a certain price point.
- Mass list NFTs
Download a release here for your platform, LoopBot is is available on Windows,macOS and Linux. Unzip the contents after downloading it.
For macOS users: You also need to run the following command in the unzipped folder of LoopBot to turn it into an executable in order to run it. You may also need to add it as a trusted application if it get's blocked from running.
chmod +x LoopBot
After the contents have been unzipped run the main executable to begin.
If an appsettings.json file hasn't been created yet, you will be prompted to enter the values.
All of the Loopring related information can be exported from the Loopring Pro DApp. Connect and unlock your account and get the related information under the security section shown here:
LoopBot will direct you with onscreen prompts on how to use it.
Keep your appsettings.json file private! Do not share any of the keys or the file itself with anyone!
Clone this repository.
This is a .NET application so you will need an IDE like Visual Studio / Visual Studio Code to compile it. You will also need .NET 6.
Make sure the appsettings.json is not included in your source files, though the current .gitignore should have this set already.
- Ability to monitor and buy multiple nfts
- LayerLoot support