Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 602 Bytes

README.md

File metadata and controls

37 lines (35 loc) · 602 Bytes

Cardano Ogmios Examples

A Yarn Workspace containing examples written in TypeScript using the @cardano-ogmios/client package:

Development

Install

yarn install

Run the docker-compose stack

mainnet

yarn mainnet:up

testnet

yarn testnet:up

Stop the docker-compose stack

mainnet

yarn mainnet:down

testnet

yarn testnet:down

Lint

yarn lint

Cleanup

yarn cleanup