All Projects → pancakeswap → pancake-subgraph

pancakeswap / pancake-subgraph

Licence: GPL-3.0 License
📊 Pancake subgraph (blocks, profile, prediction, NFT's, ...)

Programming Languages

typescript
32286 projects
shell
77523 projects

Projects that are alternatives of or similar to pancake-subgraph

coinmarketcap-new-listings-sniper-bot
Sniper bot to buy new tokens listed on Coinmarketcap.
Stars: ✭ 55 (-68.21%)
Mutual labels:  pancakeswap
PancakeSwapBot
PancakeSwap prediction bot
Stars: ✭ 38 (-78.03%)
Mutual labels:  pancakeswap
price-prediction-bot
🔮 Run backtest over PancakeSwap and CandleGenie Prediction and place realtime bets - Trading Bot
Stars: ✭ 59 (-65.9%)
Mutual labels:  pancakeswap
enzyme-subgraph
The official subgraph the Enzyme protocol.
Stars: ✭ 20 (-88.44%)
Mutual labels:  graphprotocol
Pancakeswap Sniper
Barret 50 Cal. is a Pancakeswap sniping (front-runner) bot. It can be used to snipe in new coin listings, and obtain the best prices; or to place limit-buy and limit-sell orders.
Stars: ✭ 64 (-63.01%)
Mutual labels:  pancakeswap
DeFi PanCakeSwapBot
Defi PancakeSwap bot is programmed in Python to buy and sell tokens in seconds once the target is hit.
Stars: ✭ 182 (+5.2%)
Mutual labels:  pancakeswap
Graph-Academy-Hub
The Graph Hub is a free, open-source and community-driven knowledge base and documentation initiative on The Graph Protocol. The vision of The Graph Academy is to establish a single go-to-resource for essential information about The Graph Protocol.
Stars: ✭ 62 (-64.16%)
Mutual labels:  graphprotocol
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (-28.32%)
Mutual labels:  pancakeswap
thegraph-react
⚛️ React bindings for helping build decentralized applications quickly on Ethereum and IPFS using GraphQL.
Stars: ✭ 31 (-82.08%)
Mutual labels:  graphprotocol
PancakeSwapPredictionBot
PancakeSwap V2 Prediction Bot With Machine Learning | Automated Strategy, Auto Betting, Auto Claim
Stars: ✭ 21 (-87.86%)
Mutual labels:  pancakeswap
uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+97.11%)
Mutual labels:  pancakeswap
defi
Tools for use in DeFi. Impermanent Loss calculations, staking and farming strategies, coingecko and pancakeswap API queries, liquidity pools and more
Stars: ✭ 464 (+168.21%)
Mutual labels:  pancakeswap
pancakeswap-prediction-winner
🔥 PancakeSwap is afraid of this CHROME EXTENSION (and CLI)! This bot wins almost every 5 minute BNB-USD option on PancakeSwap (and Candle Genie).
Stars: ✭ 229 (+32.37%)
Mutual labels:  pancakeswap
top100token-ape-bot
UniSwapV2 compatible EVM Ape trading bot, customizable and support multiple blockchain: BSC,Ethereum,DogeChain,Polygon,Fantom,Avax
Stars: ✭ 123 (-28.9%)
Mutual labels:  pancakeswap
PancakeTokenSniper
BSC BNB Pancake token sniper, buy, take profit and rug check
Stars: ✭ 184 (+6.36%)
Mutual labels:  pancakeswap
PancakeswapPredictionBot-Fullversion
PancakeSwap Prediction Bot [Fullversion]. Make gains passively while running this bot for PancakeSwap or CandleGenie.
Stars: ✭ 36 (-79.19%)
Mutual labels:  pancakeswap
pancakeswap-lottery
🥞 A Python client for accessing PancakeSwap Lottery smart contract information through Web3.py
Stars: ✭ 30 (-82.66%)
Mutual labels:  pancakeswap
Pancakeswap-sniping-bot-demo
Pancakeswap v1 and v2 sniping bot demo. Contact @aviddotsupports for full version on telegram or contact AviddotSupport#8131 on Discord
Stars: ✭ 146 (-15.61%)
Mutual labels:  pancakeswap

PancakeSwap Subgraph

TheGraph exposes a GraphQL endpoint to query the events and entities within the Binance Smart Chain and PancakeSwap ecosystem.

Currently, there are multiple subgraphs, but additional subgraphs can be added to this repository, following the current architecture.

Subgraphs

  1. Blocks: Tracks all blocks on Binance Smart Chain.

  2. Exchange: Tracks all PancakeSwap Exchange data with price, volume, liquidity, ...

  3. Farm Auctions: Tracks all PancakeSwap Farm Auctions with auctions and bids.

  4. Lottery: Tracks all PancakeSwap Lottery with rounds, draws and tickets.

  5. NFT Market (v1): Tracks all PancakeSwap NFT Market for ERC-721.

  6. Pairs: Tracks all PancakeSwap Pairs and Tokens.

  7. Pancake Squad: Tracks all Pancake Squad metrics with Owners, Tokens (including metadata), and Transactions.

  8. Prediction (v1): Tracks all PancakeSwap Prediction (v1) with market, rounds, and bets.

  9. Prediction (v2): Tracks all PancakeSwap Prediction (v2) with market, rounds, and bets.

  10. Profile: Tracks all PancakeSwap Profile with teams, users, points and campaigns.

  11. SmartChef: Tracks all PancakeSwap SmartChef (a.k.a. Syrup Pools) with tokens and rewards.

  12. Timelock: Tracks all PancakeSwap Timelock queued, executed, and cancelled transactions.

  13. Trading Competition (v1): Tracks all metrics for the Easter Battle (April 07—14, 2021).

Dependencies

  • Graph CLI
    • Required to generate and build local GraphQL dependencies.
yarn global add @graphprotocol/graph-cli

Deployment

For any of the subgraph: blocks as [subgraph]

  1. Run the cd subgraphs/[subgraph] command to move to the subgraph directory.

  2. Run the yarn codegen command to prepare the TypeScript sources for the GraphQL (generated/*).

  3. Run the yarn build command to build the subgraph, and check compilation errors before deploying.

  4. Run graph auth --product hosted-service '<ACCESS_TOKEN>'

  5. Deploy via yarn deploy.

v1

To access subgraphs related to PancakeSwap v1 ecosystem (article), use v1 branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].