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

https://github.com/onflow/flow-cadence-hrt

Write your Cadence tests with human readable TOML
https://github.com/onflow/flow-cadence-hrt

Last synced: about 2 months ago
JSON representation

Write your Cadence tests with human readable TOML

Awesome Lists containing this project

README

        

# Cadence HRT - Human Readable Testing

This project aims to provide the ability to write tests for your Cadence code using TOML (or other human-readable formats in the future).

## Local Development
- Install dependencies
- `npm install`
- Compile Handlebars templates and output generated code to stdout
- `npm run generate`

Now you can test your TOML files with `node index.js ./toml/kibble.toml`