Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
Joshua Alexander edited this page Jul 28, 2021 · 4 revisions

Welcome to the DEGEN codebase wiki!

This wiki is designed to help get you up to speed on developing for DEGEN. If you are not interested in developing for DEGEN, but instead are looking for instructions on how to use DEGEN, please visit the Notion DEGEN page.

A note about development: this is not a beginner project. If you are new dev, or interested in getting into development, you may want to look at other projects to start with. This is not to say that you are not welcome here; on the contrary, we would love to work with you. However, at minimum, you should have a basic understanding of git, TypeScript, MongoDB, and app deployment. If you know JavaScript, but are unfamiliar with TypeScript, you can quickly familiarize yourself by reading the handbook found here.

Getting Started

To begin, you'll need three things:

  1. Your own Discord bot for local development purposes.
    You can find instructions on how to set this up here.
  2. A MongoDB instance to connect your bot to
  3. A Notion account to connect your bot to

You'll furthermore want to familiarize yourself with this project's workflow, which you can find here.
When you have all of this in place, send @nonsensetwice#3475 a DM on Discord with your bot's invite link. This link will be used to invite your bot to the Garage, the official testing server of the BanklessDAO DEGEN project.

Clone this wiki locally