A bot to swap instantly tokens using PancakeSwap smart contracts

Overview

Swap Pancake Bot

Swap Pancake Bot foi feito para fazer swaps instantâneos sem necessidade de importar um novo Token no site da PancakeSwap, fazendo assim ganhar alguns segundos de vantagem encima da concorrência.

Installation

Entre no site do dart e instale o mesmo na sua maquina.

Dart Installation Tutorial

Transaction configurations

Acesse o arquivo lib/consts.dart
Configure essas constantes para algo que te agrade.

abstract class BotConsts {
  static const String privateAddr = ''; // Your private key here
  static const String wbnbAddress =
      '0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c';

  static const int buyAmountGwei = 300000000; // 0.3 bnb
  static const int minLiquidity = 3;

  static const int slippage = 5; // 0.05%
  static const int gasPrice = 6; // in gWei

  static const int gasLimit = 215684;
}

Usage

Entre na pasta bin/ e execute o seguinte comando:

dart swap_snipe.dart

Após executado o bot vai te perguntar qual endereço você deseja trocar:

'Digite o endereço do token: '

Lembre-se por default está WBNB -> TOKEN, caso queria fazer uma troca diferente será necessário alterar o endereço do contrato no BotConstants.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

You might also like...

A discord bot, made with Dart, which lets you run your own pure Dart code snippets directly via a discord ping, and get the output in an instant.

A discord bot, made with Dart, which lets you run your own pure Dart code snippets directly via a discord ping, and get the output in an instant.

A discord bot, made with Dart, which lets you run your own pure Dart code snippets directly via a discord ping, and get the output in an instant.

Oct 21, 2022

Easy to use open source Hub 🕸️ to control your smart devices from one app.

Easy to use open source Hub 🕸️ to control your smart devices from one app.

CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is

Nov 23, 2022

Easy to use open source Hub 🕸️ to control your smart devices from one app.

Easy to use open source Hub 🕸️ to control your smart devices from one app.

CyBear Jinni Hub Welcome! This repository is in charge of controlling smart devices and is part of the CyBear Jinni Smart Home system. The software is

Jul 22, 2021

Flutter Smart Admin Panel & Dashboard

Flutter Smart Admin Panel & Dashboard

🔥 🔥 Smart Admin Panel & Dashboard Flutter Web Smart Admin & Panel Dashboard with flutter UI kit. Support ⭐️ If you want to access the backend(Fireba

Dec 25, 2022

Flutter UI challenge (with Box2D physic)- Smart washing machine app

Flutter UI challenge (with Box2D physic)- Smart washing machine app

Flutter UI Challenge- SMART Washing Machine About project The application was written based on this great UI concept: https://dribbble.com/shots/11018

Dec 27, 2022

Transform your smart devices to intelligent communicators.

Transform your smart devices to intelligent communicators.

Donna According to a survey of 601 people, 57.9 % of participants experienced communication difficulties, with 23.5 % reporting severe difficulties. O

Dec 19, 2022

This is a smart farming app which helps farmers to remotely monitor their crop and take necessary actions. It also has a feature called disease detection.

Smart-Farming-App This is a smart farming app which helps farmers to remotely monitor their crop and take necessary actions. It has features called di

Jul 9, 2022

A smart Diet and Fitness App

studio_projects A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Oct 25, 2021

Smart Home Controlling App

wifi_smart_home_five Hinox Wifi Smart Home App Getting Started This project is a starting point for a Flutter application. A few resources to get you

Nov 10, 2021
Owner
Lucas Almeida
Currently working on https://github.com/lucasalmeida-egsys
Lucas Almeida
Concepts used Flutter layout,State management, Blockchain integration, Http api integration, Smart contracts

HS_CryptoCoin_Wallet First project using Flutter with Blockchain Getting Started This project is a starting point for a Flutter application. A few res

Harsh Saxena 1 Dec 23, 2021
Dot-Net-Inverview-Bot - Dot net interview questions answering by bot built with flutter

Dot Net Interview question Answering Bot Dot net interview questions answering b

Maddi Mahesh 5 Feb 2, 2022
The Drawer Manager class has the ability to swap Scaffold body contents, using a custom provider

The Drawer Manager class has the ability to swap Scaffold body contents, using a custom provider. Open Drawer Hello, Flutter! Counter The MAC All Page

The Mobile Applications Community 2 Mar 18, 2022
Lottery smart contract is built with Solidity and Brownie. Flutter Web is used to buid the UI and link the smart contract.

lottery_dapp A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Mano Vikram 1 Dec 15, 2021
‎‎‎‎‎Create a serverless Discord bot in pure dart using Discord Interactions webhooks

Create a serverless Discord bot in pure dart using Discord Interactions webhooks Features Feature Status Manage Application Commands Full support (uni

null 4 Sep 28, 2022
Test telegram bot written in dart using teledart package

Dart-Tg-Bot Test telegram bot written in dart using teledart package. Run on local machine First install dart Clone the bot's source and install depen

I'm Not A Bot #Left_TG 8 Oct 31, 2022
A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a discord bot. It can link multiple farmers/harvesters to your account.

farmr A web dashboard that allows you to monitor your Chia farm and sends notifications when blocks are found and new plots are completed through a di

Gil Nobrega 261 Jan 2, 2023
This is a bot built with Dart lang which helps you people a simple task and have fun

TeleBot This is a bot built with Dart lang which helps you people a simple task and have fun Command supported /jokes - get a random joke ?? /insult -

Rexford Asamoah 10 Oct 25, 2022
Simple "ping-pong" bot for Anonchat.

Anonchat pingbot A proof-of-concept "ping-pong" bot made for anonchat-v2. Setup The bot can be configured by changing some variables in bot.py, the na

Calamity 2 Feb 5, 2022
Feature-rich and easy-to-use Minecraft Fallout server bot.

更好的 Minecraft 廢土伺服器機器人 ?? 介紹 這是個具有許多功能的廢土機器人,且完全免費與開源 另一大特色就是具有容易操作的界面,而不是傳統的小黑窗,讓任何人都能夠輕鬆使用~ 詳細功能請看 這裡 祝您使用愉快! 立即下載 ?? 下載 本軟體支援 Windows、Linux、macOS 作

菘菘 9 Dec 23, 2022