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.
- git
- You'll know you did it right if you can run
git --versionand you see a response likegit version x.x.x
- You'll know you did it right if you can run
- foundry
- You'll know you did it right if you can run
forge --versionand you see a response likeforge 0.3.0 (5a8bd89 2024-12-19T17:17:10.245193696Z)
- You'll know you did it right if you can run
git clone https://github.com/cqlyj/simple-self
cd simple-self
make
Then check the SelfAirdrop contract to see how it works.
Luo Yingjie - luoyingjie0721@gmail.com