README.md at [a0b0b2d10b]

File README.md artifact ce5943998b part of check-in a0b0b2d10b


Tcl Nano
========

[Nano](https://nano.org)
------------------------
Nano is a low-latency payment platform that requires minimal resources; making Nano ideal for peer-to-peer transactions.

[Tcl](https://www.tcl-lang.org/)
--------------------------------
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.

Tcl Nano
--------
Tcl Nano implements a few different facets of Nano in Tcl, as well as allows
for interoperating with other Nano implementations.

   - [Downloads](/wiki/Downloads)
   - [Manual](/wiki/Manual)

Dependencies
------------
Tcl Nano depends on few other packages:

   - A C compiler (such as _gcc_)
   - A POSIX shell (such as _bash_)
   - The [Tcl interpreter](https://www.tcl-lang.org/)
   - The Tcl package [json](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/json&type=tree)
   - The Tcl package [json::write](https://core.tcl.tk/tcllib/dir?ci=trunk&name=modules/json&type=tree)