Git Product home page Git Product logo

nft-sales-bot's Introduction

NFT Sales Bot

NFT Sales notification bot using https://chainbase.online API

Create an account on Chainbase We will be using chainbase for the whole process so make sure to create an account on chainbase.

Get Chainbase API Key Get a chainbase API key from here. Note it as CHAINBASE_API_KEY.

Get a Chainbase ETH network API key Get ETH network API key from here. Note it as CHAINBASE_ETH_MAINNET_KEY.

Get chainbase data cloud API key Get the Data Cloud api key by writing any SQL here and clicking Generate API. Note it as CHAINBASE_DATACLOUD_API_KEY.

Clone this github repo

git clone [email protected]:vanxh/nft-sales-bot.git
# or using HTTPS
git clone

Create a .env file and enter the API keys we created above

CHAINBASE_API_KEY="FROM THE STEPS ABOVE"
CHAINBASE_DATACLOUD_API_KEY="FROM THE STEPS ABOVE"
CHAINBASE_ETH_MAINNET_KEY="FROM THE STEPS ABOVE"
DISCORD_WEBHOOK_URL=""

Install modules

yarn install
# or npm
npm install

Update contract address in src/index.ts Update this line with contract address of NFT you want to track.

const CONTRACT_ADDRESS = '0x0000000005756b5a03e751bd0280e3a55bc05b6e';

Build the project

yarn build

Run the project

yarn start

nft-sales-bot's People

Contributors

vanxh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.