Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 662 Bytes

Readme.md

File metadata and controls

22 lines (16 loc) · 662 Bytes

5ecret-garden

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.

Test online

The app is installed at https://lionfish-app-eypqs.ondigitalocean.app

Run local

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