An extension wallet for Nervos CKB.
Service | Master |
---|---|
Travis | |
Coverage |
git clone [email protected]:rebase-network/synapse-extension.git
orgit clone https://github.com/rebase-network/synapse-extension.git
yarn
cp .env.example .env
yarn watch
to run the dev task in watch mode
Optional: If you want to work with local CKB RPC node, you need to setup a local service to provide cell query service, checkout ckb-cache-layer for the setup instructions.
- Open Google Chrome and go to chrome://extensions
- Enable
Developer mode
- Click
Load unpacked
button, selectsynapse-extension/dist
folder
yarn test
We use eslint, Please install the following extensions in your vscode:
- ESLint
- Prettier
- EditorConfig
yarn build
to build a production (minified) version