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.
- Host: GitHub
- URL: https://github.com/cwgoes/ibc-idris-ref
- Owner: cwgoes
- License: apache-2.0
- Created: 2019-03-28T20:29:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T22:09:44.000Z (over 7 years ago)
- Last Synced: 2025-11-10T19:33:34.794Z (9 months ago)
- Topics: blockchain, cosmos, ibc, idris
- Language: Idris
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```