This is the initial release of anoma-apps.
It contains:
Apps
- HelloWorld - an app where you can send / receive messages
- Simple Counter - a counter app that can be initialised / incremented
- Unique Counter - a counter app that supports multiple independent counters.
The HelloWorld app also has a web-app example.
These have been tested with:
- Juvix nightly 0.6.9-6ff4d88
- Anoma node using the commit
7fdd77377317ff0e29676a403b384cb1f2dc4729
Anoma JS Client
This release also contains an experimental release of anoma-client
, a JS library that can be used to write web-apps that interact with Anoma. See the HelloWorld web-app for an example of usage.
The anoma-client
API is likely to change and it does not yet cover all of the Anoma APIs.