Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codiepp/rstime4block

Calculate Cardano epoch number for a date, and format the date of an epoch; rust to wasm
https://github.com/codiepp/rstime4block

blockchain cardano wasm

Last synced: 20 days ago
JSON representation

Calculate Cardano epoch number for a date, and format the date of an epoch; rust to wasm

Awesome Lists containing this project

README

        

# Cardano Epoch Calculator

installation:
`cargo install wasm-pack`

compile, link:
`wasm-pack build --target web`

serve:
`python3 -m http.server`

(this is an evolution of the older [time4block](https://github.com/CodiePP/time4block))