Skip to content

jatin192/Metamask_Snap

Repository files navigation

Inter-IIT-Snap

This is a snap with multiple features. In this snap we have multiple componenets:

  • Making a Scheduled Payment at a particular data and time
  • Have Recurring Payments every month
  • Show the graphs to analyse the transaction details made on any transaction

Screenshot from 2023-08-28 19-24-06

Screenshot from 2023-08-28 19-24-15

Screenshot from 2023-08-28 19-23-55

Screenshot from 2023-08-28 19-23-46

Screenshot from 2023-08-28 19-25-04

Prerequisites

Before you begin, make sure you have the following installed:

* Please note: MetaMask Flask is experimental preview software. Please do not use your existing secret recovery phrase or keys with Flask. It is recommended that you create a new SRP for testing with Flask.

A Snap example based on @MetaMask/template-snap. Read below for a tutorial!

Steps to run locally

Frontend

  1. Make sure you have installed yarn and node.js in your machine

  2. Install dependencies

  yarn install
  1. Start the snap
  yarn build 
  yarn serve 
  1. The project should now be running locally!