https://github.com/cqlyj/simple-self
Verify your Identity with Self
https://github.com/cqlyj/simple-self
self
Last synced: about 1 year ago
JSON representation
Verify your Identity with Self
- Host: GitHub
- URL: https://github.com/cqlyj/simple-self
- Owner: cqlyj
- Created: 2025-03-30T13:42:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T01:49:31.000Z (about 1 year ago)
- Last Synced: 2025-05-19T02:12:12.993Z (about 1 year ago)
- Topics: self
- Language: Solidity
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Self Protocol Demo
This demo showcase how to override the verification process and utilize the passport attribute for further operations.
You can find more information in the [Self documentation](https://docs.self.xyz/contract-integration/basic-integration).
# Getting Started
## Requirements
- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- You'll know you did it right if you can run `git --version` and you see a response like `git version x.x.x`
- [foundry](https://getfoundry.sh/)
- You'll know you did it right if you can run `forge --version` and you see a response like `forge 0.3.0 (5a8bd89 2024-12-19T17:17:10.245193696Z)`
## Quickstart
```
git clone https://github.com/cqlyj/simple-self
cd simple-self
make
```
Then check the `SelfAirdrop` contract to see how it works.
## Contact
Luo Yingjie - [luoyingjie0721@gmail.com](luoyingjie0721@gmail.com)