An open API service indexing awesome lists of open source software.

https://github.com/talismansociety/wayfinder-monorepo


https://github.com/talismansociety/wayfinder-monorepo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Talisman Wayfinder (XCM) monorepo

A monorepo for XCM in polkadot, containing the following:

1. XCM demo app -> `/apps/demo`
1. Wayfinder squid -> `/apps/squid`
1. Wayfinder library -> `/packages/wayfinder`
1. Wayfinder react hook -> `/packages/wayfinder-react`

To install and run:

1. git clone from repo
1. `yarn` to install all deps
1. `make up` to start the squid database (in docker)
1. `yarn dev` to spin up a dev environment