An open API service indexing awesome lists of open source software.

https://github.com/cwgoes/ibc-idris-ref

Datatypes & reference algorithms for IBC, later to be converted into proofs.
https://github.com/cwgoes/ibc-idris-ref

blockchain cosmos ibc idris

Last synced: 5 months ago
JSON representation

Datatypes & reference algorithms for IBC, later to be converted into proofs.

Awesome Lists containing this project

README

          

### Summary

Datatypes & reference algorithms for [IBC](https://github.com/cosmos/ics), later to be converted into proofs.

Idris has not been evaluated for optimality as a proof language ([discussion](https://github.com/cosmos/ics/issues/42)), so for now these are just datatypes and functions.

### Usage

To typecheck the protocol:

```bash
make check
```

To open up a REPL and play around with protocol components, run:

```bash
make
```