https://github.com/blocklet/ocap-playground
Wallet Playground rebuilt for OCAP powered chain
https://github.com/blocklet/ocap-playground
Last synced: 3 months ago
JSON representation
Wallet Playground rebuilt for OCAP powered chain
- Host: GitHub
- URL: https://github.com/blocklet/ocap-playground
- Owner: blocklet
- License: gpl-3.0
- Created: 2021-03-21T23:34:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T21:58:06.000Z (6 months ago)
- Last Synced: 2025-12-18T15:10:03.491Z (6 months ago)
- Language: JavaScript
- Size: 7.33 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Wallet Playground
DID Wallet Playground Blocklet
## Run and debug in the cloud with Gitpod
Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.
[](https://gitpod.io/#https://github.com/blocklet/ocap-playground)
## Run and debug in local
```shell
pnpm i @blocklet/cli -g
git clone git@github.com:blocklet/ocap-playground.git
cd ocap-playground
cp .env.bac .env
pnpm i
blocklet server init -f --mode debug
blocklet server start
blocklet dev
```
## License
The code is licensed under the Apache 2.0 license found in the
[LICENSE](LICENSE) file.