GithubHelp home page GithubHelp logo

ethdevchecker's Introduction

EthDevChecker

EthDevChecker Discord Bot

Built with โค๏ธŽ by Min Fam

This bot provides information about the latest big Ethereum Foundation transaction. When there is a new big transaction, the message automatically is being sent to the channel.

๐Ÿ“ Table of Contents

๐Ÿ Getting Started

Prerequisites

To run this project, you'll need to have:

  • Node.js (version 14.0.0 or newer)
  • A Discord bot token, which you can get by creating a bot on the Discord Developer Portal
  • Discord.js 14
  • Typescript
  • An environment variable file (.env) for your bot token

Installing(Windows)

  1. Clone this repository:

    git clone https://github.com/ziko3000/EthDevChecker
  2. Change into the cloned repository:

    cd your-repo-name
  3. Install the dependencies:

    npm install
  4. Create an .env file in the root of your project and insert your bot token:

    BOT_TOKEN=YourDiscordBotToken
    APPLICATION_ID=YourApplicationId
    ETHERSCAN_API_KEY=''
  5. Run the bot:

    npm run start
    

Installing Nodemon on Linux

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server, perfect for development. Follow these steps to install it on Linux:

  1. To install Nodemon globally (available to all your Node.js projects), you can run:

    npm install -g nodemon

    If you're facing permission issues, you may need to prepend sudo:

    sudo npm install -g nodemon

That's it! You've successfully installed Nodemon on your Linux machine. Now, you can use the nodemon command to run your bot:

    nodemon src/index.ts

๐ŸŽˆ Usage

This bot supports the following Slash commands:

  • /help: Get help about the bot and its commands.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE.md file for details.

ethdevchecker's People

Contributors

ziko3000 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.