.. | ||
public | ||
scripts | ||
src | ||
tests | ||
.env.example | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
next.config.mjs | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
postcss.config.mjs | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
Transfer App
This is an example frontend that illustrates how to interact with a Transfer Quartz App.
This example offers:
- Deposit amounts into a balance
- Withdraw the whole deposit
- Transfer amounts between wallet addresses in a private-preserving way
- Query your encrypted balance to capture changes
- Switch between Keplr wallets
Requirements
In order to get started, you will need:
Development
Install dependencies:
npm ci
The App requires some environment variables to fully work. Be sure to set up those accordingly to your local environment.
You should start from the template:
cp .env.example .env.local
Run the app:
npm run dev
And now everything is up & running 🎉