Skip to content

TheLindaProjectInc/wrapped-metrix

Repository files navigation

GitHub license Node.js CI

Wrapped Metrix

This repository is a suite of contracts as well as the scripts needed to deploy them.

Prerequisites

Scripts

  • npm install - install the project dependencies
  • npm run buildTs - transpile the typescript project
  • npm run buildSol - compile the solidity project
  • npm run build - oneshot script to compile/transpile both the typescript and solidity
  • npm run deploy - deploy the built contracts to Metrix (need to copy example.env to .env and configure)
  • npm run web - run a webserver serving static pages from public directory (need to edit public/abi.json and public/debug/index.html)