MonKey icon indicating copy to clipboard operation
MonKey copied to clipboard

MonKey

This is the source code the MonKey, the graphical representation of BANANO addresses.

Frontend

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

Server/Backend

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 .

Licensing

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.