This is the source code the MonKey, the graphical representation of BANANO addresses.
The frontend is located in the root directly, it uses Sapper and Svelte.
Setting up your system for development requires a modern NodeJS installation, then simply run the following:
% npm install
% npm run dev
The backend is written in GO, it is contained within the server/
folder
Setting up your system for development simply requires go
in your path.
% cd server
% go run .
By using this software you must abide by the terms of the LICENSE.
You can read the terms of the license in the LICENSE file.