You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
*[TreasuryCoin](https://github.com/input-output-hk/TreasuryCoin) is an experimental implementation of the perspective
50
+
treasury system described in [A Treasury System for Cryptocurrencies: Enabling Better Collaborative Intelligence](https://eprint.iacr.org/2018/435.pdf).
51
+
*[Ergo Platform](https://github.com/ergoplatform/ergo), a Proof-of-Work cryptocurrency and financial contracts
52
+
platform, with support for stateless nodes, different operating regimes with up to 4 possible sections in a block etc.
44
53
54
+
Development Plans
55
+
-----------------
45
56
57
+
Final 1.0 release of Scorex 2 is not done but near. Currently we're polishing and auditing the codebase towards the
58
+
release. Then we will consider further plans, possibly including:
59
+
60
+
* Improved networking layer
61
+
* Support for Scala 3
62
+
* More examples, possibly including non-linear systems (such as DAGs)
46
63
47
64
Contributions
48
65
-------------
49
66
50
67
Contributions are welcome! Please take a look into [issues](https://github.com/ScorexFoundation/ScorexTutorial/issues).
51
-
Testing codebase is very small at the moment, so writing a test is not just good for start, but useful for the product as well.
68
+
Testing codebase is still not perfect at the moment, so writing a test is not just good for start,
69
+
but useful for the product as well.
70
+
71
+
New examples would be very helpful as well!
52
72
53
73
License
54
74
-------
55
75
56
76
To the extent possible under law, the authors have dedicated all copyright and related and neighboring
57
77
rights to this software to the public domain worldwide. This software is distributed without any warranty.
58
-
You can find applied CC0 license legalcode in the [COPYING](COPYING)
78
+
You can find applied CC0 license legalcode in the [COPYING](COPYING)
0 commit comments