Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sui-foundation/attendance-nft
https://github.com/sui-foundation/attendance-nft
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sui-foundation/attendance-nft
- Owner: sui-foundation
- Created: 2024-04-30T21:44:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T05:38:57.000Z (4 months ago)
- Last Synced: 2024-07-24T03:04:43.134Z (4 months ago)
- Language: Move
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attendance NFT
Attendance NFT is designed to be a decentralized application that allows for the creation of non-fungible tokens (NFTs) that represent attendance in a class or event.The Admin of the NFT Package will issue `Meet` objects to selected event organizers or instructors. The event organizers or instructors will then issue `Attendance` objects to the students or attendees. The `Attendance` objects are stored on the Sui blockchain and can be used to prove attendance in a class or event. The `Attendance` objects are soul-bound and cannot be transferred once issued.
The NFTs are soul-bound and cannot be transferred once issued.
## Repository Structure
- `sources/` contains the source code for the Sui Move Package
- `tests/` contains the tests for the Sui Move Package
- `ptbs/` contains the PTBs to interact with the Sui package via the Sui PTB CLI## TODO
- [x] Export Airtable data
- [x] Parse exported Airtable data to generate list of Sui addresses for airdrop
- [x] Deploy Sui PTBs to Sui blockchain
- [x] Submit Sui PTBs for airdrop in batches## Design Doc
See [Design Doc](https://docs.google.com/document/d/1dFfMFkAWpG5DQsB4HJoaEC-iEZ91DthnB5oEJCLKyGA/edit)