Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codiepp/rstime4block
- Owner: CodiePP
- License: gpl-3.0
- Created: 2024-12-18T21:39:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T22:07:52.000Z (about 2 months ago)
- Last Synced: 2025-01-07T21:26:01.106Z (25 days ago)
- Topics: blockchain, cardano, wasm
- Language: Rust
- Homepage: https://codiepp.github.io/rsTime4Block/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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))