Curated Binance & Bybit Futures Trading Tools & DEX Resources
Overview
This article curates popular open-source tools, SDKs, and strategies for Binance and Bybit futures trading, as well as decentralized exchange (DEX) resources. The content is sourced from GitHub repositories and synthesized for educational purposes.
Bybit/bybit-exchange-official-sdk-docs
Failed to fetch README
akurgat/automating-technical-analysis
Failed to fetch README
CryptoGnome/Bybit-Futures-Bot
Bybit-Futures-Bot
A Trading Bot for Bybit USDT Futures with a built in strategy for Liquidation Hunting, Dollar Cost Averaging & Position Control
First off if you enjoy using open source software please use my refferel link to create a new account when using this bot, its free and help me make more cools stuff for you guys:
https://partner.bybit.com/b/usdtbot
Full Docs:
https://cryptognome.gitbook.io/bybit-futures-bot/
Quick Setup Steps:
- Install Python
pip install requirements
- edit settings with your api key & secret
- edit coins to work with your desired strategy
- run websocket.py
- run profit.py
Follow me on twitter for updates:
https://twitter.com/Crypt0Gnome
Uniswap/uniswap-v3-core
Uniswap V3
This repository contains the core smart contracts for the Uniswap V3 Protocol.
For higher level contracts, see the uniswap-v3-periphery
repository.
Bug bounty
This repository is subject to the Uniswap V3 bug bounty program, per the terms defined here.
Local deployment
In order to deploy this code to a local testnet, you should install the npm package
@uniswap/v3-core
and import the factory bytecode located at
@uniswap/v3-core/artifacts/contracts/UniswapV3Factory.sol/UniswapV3Factory.json.
For example:
import {
abi as FACTORY_ABI,
bytecode as FACTORY_BYTECODE,
} from '@uniswap/v3-core/artifacts/contracts/UniswapV3Factory.sol/UniswapV3Factory.json'
// deploy the bytecode
This will ensure that you are testing against the same bytecode that is deployed to
mainnet and public testnets, and all Uniswap code will correctly interoperate with
your local deployment.
Using solidity interfaces
The Uniswap v3 interfaces are available for import into solidity smart contracts
via the npm artifact @uniswap/v3-core, e.g.:
solidity
import '@uniswap/v3-core/c
---
## dzhabarov/Binance-Futures
*Failed to fetch README*
---
## binance-exchange/binance-spot-python-sdk
*Failed to fetch README*
---
## Ready to level up your trading?
Get the premium automation toolkit now: https://addictor68.gumroad.com/l/jdjeoi
Top comments (0)