KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Soul
★ 11
Open GitHub ↗
Soulbound POAP
Download README (.md)
Explore Similar Repositories
fastapy
:
A lightweight Python module to read and write FASTA sequence records
Eazy_Downloader
:
Desktop Application cross platform for download vedios from youtube with all qualities, can download single vedio and can download playlist
bun-docker
:
Dockerizing bun.sh engine
aws-lambda-handyman
:
No description available.
Crude-Operation-With-PHP
:
A CRUD operation with PHP and MySQL
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Soul
?
Download (.md)
# SOUL: Soulbound POAP SOUL is a soulbound implementation of Proof of Attendence Protocol (POAP), created by [SoulBound Protocol](https://soulbound.life). SOAL is SBT (SoulBound Token). # Features - **ERC1155**: SOUL follows ERC1155 multi-token standard (See [EIP-1155](https://eips.ethereum.org/EIPS/eip-1155)). SoulID corresponds to ERC1155 token ID. - **Non-transferable**: SoulBound - **Community Recovery**: at extreme condition (losing private key), community multisig (contract owner) can transfer the token to the new wallet under the approvement of the token holder. # How it works? 1. Project/DAO creates new event at SoulBound Protocol website, free and permissionless. (Shall we bring this step on-chain?) 2. SoulBound Protocol server links the project/DAO address and event to a SOUL eventId. 3. Project/DAO submit the address list of event pariticipants. 4. SoulBound Protocol server signs on the address list, allowing them to mint SOUL. 5. Participants mint SOUL at the SoulBound Protocol website. # Related Projects 1. [ERC721S](https://github.com/SoulBoundProtocol/ERC721S): ERC721S (SoulBound) is a standard for SoulBound Token (non-transferable NFT) coined by Vitalik Buterin in a blog post.