DID Wallet Playground Blocklet
Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.
pnpm i @blocklet/cli -g
git clone [email protected]:blocklet/ocap-playground.git
cd ocap-playground
cp .env.bac .env
pnpm i
blocklet server init -f --mode debug
blocklet server start
blocklet dev
The code is licensed under the Apache 2.0 license found in the LICENSE file.