Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marigold-dev/tztools
- Owner: marigold-dev
- License: mit
- Created: 2022-05-13T19:41:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T20:25:31.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:27:28.436Z (2 months ago)
- Topics: ocaml, tezos
- Language: TypeScript
- Homepage:
- Size: 389 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```