Building with SuiPass
Smart Contracts
Quick start

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

MethodDescription
getPassport(userAddress)
getScore(userAddress)
isHuman(userAddress)

Provider contract

MethodDescription
getPassport(userAddress)
getScore(userAddress)
isHuman(userAddress)