Skip to content

BanklessDAO Administrative bot, built to assist with operations and background processes.

License

Notifications You must be signed in to change notification settings

BanklessDAO/bdao-ops-bot

Repository files navigation

Mad Hatter - BanklessDAO's Discord Bot

mad-hatter-logo
Mad Hatter is a Node.js Discord bot written in Typescript to help
faciliate operations in the BanklessDAO Discord.

User GuideThe Garage: DAO Bot Development DiscordSentry


Documentation

Libraries

Guides

Development Setup

Prerequisites

Optional downloads

Starting the application

Recommended method

Verify GNU Make v3.81+ is installed by running make -v, then run the Makefile in the project root directory:

make

Alternative methods

If not using GNU make:

docker-compose up --build

If not using Docker:

yarn start