A user interface to interact with Monet.
To build and run Monet Wallet, download / clone this repository, then simply follow the instructions below.
You will need to install yarn to proceed to development.
curl -o- -L https://yarnpkg.com/install.sh | bashTo install dependencies and build files
yarn install && yarn buildThis should also transpile all ts and tsx files.
You can run the development environment by
yarn run devThis should start up a development server for hot-reloading and an electron window to view the app.