Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rkmonarch/edupad
https://github.com/rkmonarch/edupad
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rkmonarch/edupad
- Owner: rkmonarch
- Created: 2024-08-08T08:27:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:39:16.000Z (4 months ago)
- Last Synced: 2024-10-12T01:32:52.638Z (2 months ago)
- Language: TypeScript
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.