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 | bash
To install dependencies and build files
yarn install && yarn build
This should also transpile all ts
and tsx
files.
You can run the development environment by
yarn run dev
This should start up a development server for hot-reloading and an electron window to view the app.