0.1.33 • Published 9 months ago

tm-chainsafer-snap-beta-john v0.1.33

Weekly downloads
-
License
(MIT-0 OR Apache-...
Repository
-
Last release
9 months ago

ChainSafer Snap

Envirment Setting

  1. Create .env.development and .env.production to root folder.
  2. Add dev/prod variable for each envirment.

Run

npm install && npm start

Notes

  • Babel is used for transpiling TypeScript to JavaScript, so when building with the CLI, transpilationMode must be set to localOnly (default) or localAndDeps.