Smart contract quick start
The SuiPass smart contracts are deployed on Sui Devnet & Testnet. This quick start will illustrate different ways that you can quickly test pulling data from SuiPass smart contract.
How it works
Available methos
SuiPass contract
| Method | Description |
|---|---|
getPassport(userAddress) | |
getScore(userAddress) | |
isHuman(userAddress) |
Provider contract
| Method | Description |
|---|---|
getPassport(userAddress) | |
getScore(userAddress) | |
isHuman(userAddress) |