Package Exports
- @jwalab/community-platform
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jwalab/community-platform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Community Platform
Run a simplified JWA platform on your local machine:
- Learn about the platform and see what it can do
- Integrate your applications and games with the platform
- Discover new usages and share them with the community
Stack
The community platform starts the core JWA Platform services:
- The NATS.io message bus
- The gRPC ingress service (airlock)
- A Tezos sandbox
- Observability tools
It then optionally starts additional services:
- JWA Tokenization service
- Or run your own services on top of it
Getting started
To get started, all you need is a recent version of Docker, including Docker compose.
npm install -g @jwalab/community-platform
jwalab --help
Start the platform:
jwalab start
Update the contracts
For now, the contracts are copy/pasted from their initial repositories. To udpate them, simply copy/paste the following:
- LIGO contracts in ./contracts
- Migration scripts in ./migrations
When the platform starts, it runs a truffle migration on them automatically