autonomi 0.10.2

Autonomi client API
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "module",
  "scripts": {
    "serve": "http-server -c-1 -a 127.0.0.1 ../"
  },
  "devDependencies": {
    "chai": "^5.1.1",
    "http-server": "^14.1.1",
    "mocha": "^10.7.3"
  }
}