https://github.com/kunaldhongade/festora
Festora: A blockchain-powered event management platform for seamless ticketing, dynamic events, and unforgettable experiences with NFT-based tickets and trustless participation.
https://github.com/kunaldhongade/festora
blockchain dynamic events express mongodb nextjs nft react solidity solidity-contracts typescript
Last synced: about 2 months ago
JSON representation
Festora: A blockchain-powered event management platform for seamless ticketing, dynamic events, and unforgettable experiences with NFT-based tickets and trustless participation.
- Host: GitHub
- URL: https://github.com/kunaldhongade/festora
- Owner: kunaldhongade
- License: mit
- Created: 2024-10-21T14:36:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T16:22:37.000Z (11 months ago)
- Last Synced: 2025-02-10T00:41:27.789Z (8 months ago)
- Topics: blockchain, dynamic, events, express, mongodb, nextjs, nft, react, solidity, solidity-contracts, typescript
- Language: TypeScript
- Homepage: https://festora.vercel.app
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Quick Start Example
### Install
```
bun i
```### Setup Environment
```
cp .env.example .env.local
```Fill in `NEXT_PUBLIC_PAYMASTER_API_KEY` and `NEXT_PUBLIC_BUNDLER_URL`, you can get both the urls from [Biconomy Dashboard](https://dashboard.biconomy.io/).
### Run
```
bun dev
```