mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-01-02 21:53:06 +00:00
20 lines
563 B
Markdown
20 lines
563 B
Markdown
Nitro statechannels
|
|
===================
|
|
|
|
Highly experimental implementation of the Nitro statechannels protocol in
|
|
Nim.
|
|
|
|
References
|
|
----------
|
|
|
|
- [statechannels.org](https://statechannels.org/)
|
|
- [Nitro paper](https://magmo.com/nitro-protocol.pdf)
|
|
- [Nitro smart contracts & Javascript code](https://github.com/statechannels/statechannels/tree/master/packages/nitro-protocol)
|
|
|
|
# Installation
|
|
|
|
To avoid conflicts with previous versions of `contractabi`, use the following command to install dependencies:
|
|
|
|
```bash
|
|
nimble install --maximumtaggedversions=2
|
|
``` |