Poof.cash
Search…
Poof.cash
Poof Official Documentation
Technical
Overview
Code organization
FAQ
Guides
Set up a Poof v2 wallet
Deposit into private savings
Borrow and repay p* tokens
Private crypto send
Private crypto request
Powered By
GitBook
Code organization
The code is divided into 3 key repositories:
1.
The interface
2.
The SDK
3.
The smart contracts
Poof v2 SDK
The SDK serves as a NPM library that allows importers to easily write / read from the Poof smart contracts. These basic functions are implemented:
Fetch user's hidden balance and debt
Private deposit
Private withdraw
Private borrow
Private repay
Poof v2 contracts
This repository contains the Poof smart contracts as well as the circom Circuits for zkSNARK proofs.
Technical - Previous
Overview
Next - Technical
FAQ
Last modified
7mo ago
Copy link
Contents
Poof v2 SDK
Poof v2 contracts