/silent-shard-dapp

The dapp UI installer for silent shard snap users on Metamask

Primary LanguageTypeScriptOtherNOASSERTION

DApp-v2

Description

This is version 2 of the DApp for Silent Shard Snap

Prerequisites

  • Node.js v16 or higher
  • Check .env.example file and setup environment variables before running the app

Commands

Project is using yarn as main package manager

  • Run: yarn for install all packages
  • Run: yarn start for start dev environment
  • Run: yarn run build for build your project
  • Run: yarn run lint for checking error and fix it

Testing

Will be there soon