https://github.com/kpwithcode/eventus
Event Planning platform. Tickets can be bought and transferred using smart contracts. After which an event organizer can issue an NFT that serves of proof of attendance for redeemable rewards
https://github.com/kpwithcode/eventus
Last synced: 8 months ago
JSON representation
Event Planning platform. Tickets can be bought and transferred using smart contracts. After which an event organizer can issue an NFT that serves of proof of attendance for redeemable rewards
- Host: GitHub
- URL: https://github.com/kpwithcode/eventus
- Owner: KPWithCode
- Created: 2022-01-13T22:59:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T05:22:39.000Z (over 4 years ago)
- Last Synced: 2025-01-11T04:49:11.629Z (over 1 year ago)
- Language: JavaScript
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EventUs
This project demonstrates a basic Hardhat use case.
Try running some of the following tasks:
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```