https://github.com/talismansociety/wayfinder-monorepo
https://github.com/talismansociety/wayfinder-monorepo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/talismansociety/wayfinder-monorepo
- Owner: TalismanSociety
- Created: 2022-08-31T13:19:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T15:23:09.000Z (over 2 years ago)
- Last Synced: 2025-03-07T13:05:22.565Z (3 months ago)
- Language: TypeScript
- Size: 1.91 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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