Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkmonarch/edupad


https://github.com/rkmonarch/edupad

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Edupad

Edupad provides an interactive no-code platform that allows users to create a NFT collection on Educhain network. It empowers creators to build thriving web3 communities on Educhain. We desire to provide a launchpad that simplifies community, monetization, and growth. It also provides a developer tool to airdrop NFTs in batches just by providing a recipients list. This is powerful and enhances the adaptability of an easy-to-go launchpad.

## Prerequisites

Every user must have Metamask wallet to interact with Edupad. Check out how to create Metamask wallet from [here](https://metamask.io/download). Please add Educhain network in your account and some test funds to try this cool project.

Follow the instructions for the local environment: The user must have Node.js and npm to run this platform. Just download Node.js from [here](https://nodejs.org/en/download/).

### Setup Instructions

Clone the repo via CLI:

```sh
git clone https://github.com/rkmonarch/edupad.git
cd edupad
```

Install the required packages:

```sh
pnpm install
```

Add environment variables from .env.example file

```sh
cp .env.example .env.local
```

In the project directory, you can run:

```sh
pnpm dev
```

- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.