A SvelteKit example application to illustrate the use of the Circles SDK. It implements a simple wallet for Circles and demonstrates all features of the SDK.
This is a fork of the circles-code-quest repository adapted for Circles Version 2.0.
The app is installed at https://lionfish-app-eypqs.ondigitalocean.app
Checkout the repository and install the dependencies:
1. git clone [email protected]:aboutcircles/5ecret-garden.git
2. cd 5ecret-garden/circles-app
3. git checkout dev
4. npm i
5. npm run dev