Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marigold-dev/tztools

By Tezos developers, for Tezos developers.
https://github.com/marigold-dev/tztools

ocaml tezos

Last synced: 13 days ago
JSON representation

By Tezos developers, for Tezos developers.

Awesome Lists containing this project

README

        

# TzTools

# Development

## Setup an opam env

First, create a switch like so

```bash
opam switch create . 4.14.0 --no-install
```

Then you can run

```
opam install . --deps-only --with-test
```

and build the codebase with

```
dune build
```

Run test:

```
dune build @runtest --force --no-buffer
```