$ git clone https://github.com/IntelegixLabs/HiFi_UI.git
$ cd HiFi_UI
$ npm i
$ npm run dev
$ git clone https://github.com/IntelegixLabs/HiFi.git
$ cd HiFi
$ pip install -r requirements.txt
$ python app.py
- JavaScript
- Python 3.12.1
- Node v21.6.2
- Flask v2.3.2
- npm v8.11.0
- React v18.2.0
npx hardhat node
- Copy private key of the addresses and import to Metamask
- Connect your metamask to hardhat blockchain, network 127.0.0.1:8545.
- If you have not added hardhat to the list of networks on your metamask, open up a browser, click the fox icon, then click the top center dropdown button that lists all the available networks then click add networks. A form should pop up. For the "Network Name" field enter "Hardhat". For the "New RPC URL" field enter "http://127.0.0.1:8545". For the chain ID enter "31337". Then click save.
npx hardhat run blockchain/backend/scripts/deploy.cjs --network localhost
npx hardhat run blockchain/backend/scripts/deploy.cjs --network goerli
npx hardhat test