Official Haven Frontend Monorepository for Haven Desktop and Haven Web Version.
Main Libraries: React, Redux, Electron, Styled Components
Languages: Typescript, Javascript
- mainnet
 - stagenet
 - testnet
 
- Navigate to client folder
 - Build the app for given environment
 - Start the app for given environment
 
cd client
npm run build:web:testnet
npm run start:web:testnet- Navigate to client folder
 - Build the app for the environment
 
cd client
npm run build:desktop:testnetTo build the final desktop build
sh ./sh/make_testnet.sh- Run start script to prepare client
 - Start the build by executing shell script
 
npm run start:desktop:testnet
cd ../
sh ./sh/develop_testnet.sh