Front end code for the Lumerin Hashpower Marketplace, which allows users to buy, sell, and own hashpower on chain through their Web3 wallet.
UI which enables controlling miners through smart contracts.
- NodeJS
- NPM/yarn
npm i
Run the application locally:
npm run start
Run tests before pushing changes:
npm run test