snap-symbol
v0.1.0
Published
Backend for the snap project
Downloads
6
Readme
Snap Backend
- Overview
- Instructions
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
- Clone the project.
git clone https://github.com/symbol/product.git
- Install the required dependencies.
cd snap/backend
npm install
- Start application.
npm start
Visit Snaps Simulator in your browser.
Start interacting simulator with snap backend.
test
npm run test
lint
lint comment use for all file.
npm run lint
npm run lint:fix