0.1.0 • Published 2 months ago

snap-symbol v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Snap Backend

Overview

The Snap backend is Symbol snap wallet build on top of metamask snap. It allows a user to create symbol account using metamask's secret recovery phrase and interact with symbol blockchain, allowing announce different type of transactions.

Installation

  1. Clone the project.
git clone https://github.com/symbol/product.git
  1. Install the required dependencies.
cd snap/backend
npm install
  1. Start application.
npm start
  1. Visit Snaps Simulator in your browser.

  2. Start interacting simulator with snap backend.

test

npm run test

lint

lint comment use for all file.

npm run lint
npm run lint:fix