This is the monorepo for LightGodwoken and its official derived dapps.
LightGodwoken is an SDK written in TypeScript, it provides bridged functions that allows us to make specific transactions on Godwoken layer 2, but way easier. Based on the SDK, we can build up dapps' UI with higher level abstractions.
- LightGodwoken - The base SDK with convenience functions on Godwoken
- GodwokenBridge - Asset bridge UI for transferring
CKB <=> Godwoken
You can execute the following command to setup the local development environment.
For more detailed commands about each workspace, please check out README.md
file of the certain workflow.
$ yarn install
$ yarn run prepare
$ yarn run build
$ yarn run clean:pages
$ yarn run clean:packages
$ cd ./app/godwoken-bridge
$ yarn start