Skip to content

god-benten/SSS-Extension

 
 

Repository files navigation

SSS Extension

SSS Extension Logo

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.

Installation

SSS Extension available for Chromium Browser

Please install from the link below

https://chrome.google.com/webstore/detail/sss-extension/llildiojemakefgnhhkmiiffonembcan

Links

Build

  1. Clone this project
$ git clone https://github.com/inatatsu-tatsuhiro/SSS-Extension.git
  1. Install the dependencies
$ cd SSS-Extension
$ yarn
  1. Create Environment file
$ mv .env.sample .env
  1. Build SSS Extension
$ yarn build

Environment

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

Licence

Copyright 2022 inatatsu

Licensed under the Apache License 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • Other 1.5%