Skip to content

Uknow513/Magniflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launchboard

Launchboard is a React UI for Launch Pools.

It will allow users to add, remove and commit stakes that are held by the Launch Pools Solidity contract - https://github.com/MaxosLLC/LaunchPools

Here is a description of the Launch Pools product.


Prerequisites:

  1. Node.
  2. Git.
  3. Browser extension Metamask: https://metamask.io/download.html.

Run Hardhat's local network, deploy the contracts and copy the addresses into constants/index.js. For details see here.

Install and run

npm install
npm start

Once the system is running, make sure to connect Metamask to the correct network (i.e. localhost:8545)

Caveats

When running a local blockchain, metamask has issues sending the correct nonce. Therefore, you must reset the account in metamask every time.