The goal of Nano is to create an efficient cryptocurrency, one that could be used for daily payments, by anyone in the world, without the emissions that come with Bitcoin. Nano makes money efficient for a more equal world — simple to pay with, easy to accept and open to all.
Copy the .env
variables.
cp .env.template .env
# NodeJS server port, default 3010
SERVER_PORT=
# Nano node RPC domain with port, default http://0.0.0.0:7076
RPC_DOMAIN=
# Used to get the ledger size given the nano node installation folder, default /nano/Nano
NODE_FOLDER=
# Error logging (optional)
SENTRY_DNS=
# Translations (optional)
GOOGLE_APPLICATION_CREDENTIALS=
npm install
- Install dependenciesnpm start
- Start the Webservernpm run start:server
- On another tab, start the NodeJS serverThe language set in the Browser determines the language that NanoLooker will load and default to en
if it's not in the supported list. Since most languages were generated using Google Translation API, some translations may be inaccurate.
Many of the most common languages are supported.
If you think some strings should be corrected open a PR with the corrections on the language file.
translate.json
at the root (same level as package.json
).env
under the key GOOGLE_APPLICATION_CREDENTIALS=translate.json
npm run translate -- --language=LANGUAGE_CODE
where LANGUAGE_CODE
is ru
, fr
, es
or any new language supported by Google's API.npm run translate
to generate for all languages found in the src/i18n/locale
from en.json
Thanks for financially contributing to NanoLooker hosting and development.
A few projects from the Nano community were really helpful for building NanoLooker