Symbol Blockchain SSS Extension is a browser extension that works with web applications that use the Symbol blockchain.
This SSS application is designed to sign transactions on the Symbol blockchain, without the need to process a private key.
SSS Extension available for Chromium Browser
Please install from the link below
https://chrome.google.com/webstore/detail/sss-extension/llildiojemakefgnhhkmiiffonembcan
- Clone this project
$ git clone https://github.com/inatatsu-tatsuhiro/SSS-Extension.git
- Install the dependencies
$ cd SSS-Extension
$ yarn
- Create Environment file
$ mv .env.sample .env
- Build SSS Extension
$ yarn build
environment sample (docker)
docker-compose.yml
version: "3"
services:
extension:
image: node:16
working_dir: /app
volumes:
- ./extension:/app
ports:
- 6006:6006
command: yarn storybook
Copyright 2022 inatatsu
Licensed under the Apache License 2.0