ligo/src/client/embedded/demo
Grégoire Henry fc53f3b233 Switch to Base58.
Base48 was fun but... hell yeah... let's stay standard.

Public encoding of hash:

```
  Block:      "B..." (len: 51)
  Operation:  "o..." (len: 51)
  Protocol:   "P..." (len: 51)

  Ed25519:    "tz1.." (len: 36)
  Contract:   "TZ1.." (len: 36)

  NetworkdId: "id.." (len: 30)
```

Other internal prefixes (in the RPC):

```
  Hash of Michelson's expression: "expr..." (len: 54)

  Ed25519 public key: "edpk..." (len: 54)
  Ed25519 secret key: "edsk..." (len: 98)
  Ed25519 signature:  "edsig.." (len: 99)

  Hash of a random seed nonce: "nce...." (len: 53)
  Random seed:                 "rng...." (len: 53)
```
2017-02-24 15:44:21 +01:00
..
.merlin First public release 2016-09-08 19:29:33 -07:00
client_proto_main.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
client_proto_main.mli First public release 2016-09-08 19:29:33 -07:00
client_proto_rpcs.ml Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_proto_rpcs.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
Makefile Webclient: first draft. 2016-12-02 20:06:29 +01:00