Interaction
Interaction with the contract is facilitated through our SDK.
Last updated
Interaction with the contract is facilitated through our SDK.

For user convenience, Papaya supports integration with all existing wallets through the use of standard ERC20 methods: balanceOf, name, symbol, and decimals. When funds are deposited into the contract, an abstract token pp* (where * is the original token's name) will appear in the user's wallet.
By abstract, we mean that no new tokens are created; instead, we mimic the token. This allows you to add Papaya as a token to your wallet and track your balance seamlessly.
Last updated