An open API service indexing awesome lists of open source software.

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

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)