Giter Site home page Giter Site logo

verycutecat / nanolooker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from running-coder/nanolooker

0.0 0.0 0.0 20.81 MB

Explore the Nano cryptocurrency blockchain

Home Page: https://www.nanolooker.com

License: MIT License

JavaScript 17.29% HTML 0.33% CSS 2.54% TypeScript 79.85%

nanolooker's Introduction

NanoLooker

image

What is Nano?

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.

  • Nano is a fee-less cryptocurrency, making it practical and inclusive for everyone in the world.
  • Without relying on mining, printing or minting, Nano is sustainable digital money.
  • Every Nano is distributed, making it a deflationary currency.
  • Instant and secure, a transaction is fully confirmed on the network under 1 second.

Install

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 dependencies
  • npm start - Start the Webserver
  • npm run start:server - On another tab, start the NodeJS server

Languages

The 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.

  • English (en)
  • Français (fr)
  • Español (es)
  • العربية (ar)
  • Deutsch (de)
  • فارسی (fa)
  • हिन्दी (hi)
  • Italiano (it)
  • 日本語 (ja)
  • 한국어 (ko)
  • Nederlands (nl)
  • Polski (pl)
  • Português (pt)
  • Pусский (ru)
  • Türkçe (tr)
  • Tiếng Việt (vi)
  • 中文 (zh)

Contribution

If you think some strings should be corrected open a PR with the corrections on the language file.

Adding a new language or missing language keys

  • Setup a Google translate API key at https://cloud.google.com/translate
  • Go to Google Cloud Console > Service Accounts > Keys > Add Key (JSON format). Add the file named as translate.json at the root (same level as package.json)
  • Link that file using its path inside the .env under the key GOOGLE_APPLICATION_CREDENTIALS=translate.json
  • run npm run translate -- --language=LANGUAGE_CODE where LANGUAGE_CODE is ru, fr, es or any new language supported by Google's API.
  • run npm run translate to generate for all languages found in the src/i18n/locale from en.json

Special thanks

Donators

Thanks for financially contributing to NanoLooker hosting and development.

Projects

A few projects from the Nano community were really helpful for building NanoLooker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.