- Overview
- Instructions
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.
- 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.
npm run test
lint comment use for all file.
npm run lint
npm run lint:fix