Skip to content

zhangyouxin/light-godwoken

 
 

Repository files navigation

LightGodwoken Workspaces

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.

Workspaces

  • LightGodwoken - The base SDK with convenience functions on Godwoken
  • GodwokenBridge - Asset bridge UI for transferring CKB <=> Godwoken

Development

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.

Setup development environment

$ yarn install
$ yarn run prepare

Build apps & packages

$ yarn run build

Clean up environment

$ yarn run clean:pages
$ yarn run clean:packages

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 96.9%
  • Gherkin 1.5%
  • Solidity 0.8%
  • JavaScript 0.3%
  • CSS 0.3%
  • HTML 0.2%