The 'kitchen sink' of REA-based marketplaces: gifting, requests, offers & needs, exchanges, sales, multilateral trades & multi-value exchanges.
- clone this repo
nix develop
to enter the Nix environment & load all dependenciespnpm i
to install dependencies and setup the repository
Simply pnpm start
to boot up some local Holochain agents for testing.
To create an optimised version of the app:
pnpm run package
- UI components authored with Svelte
- Forms with Svelte Forms
- App-level routing with Routve
- Compiled to other runtimes via Svelte UCC
- API connections through Apollo GraphQL
- Pluggable backends via
@vf-ui/graphql-client-*
modules
- Pluggable backends via
Apache 2.0