https://github.com/tripledoublev/horloge
SVG animations assembled with Solidity
https://github.com/tripledoublev/horloge
Last synced: 5 months ago
JSON representation
SVG animations assembled with Solidity
- Host: GitHub
- URL: https://github.com/tripledoublev/horloge
- Owner: tripledoublev
- Created: 2024-01-10T02:38:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T04:04:08.000Z (about 2 years ago)
- Last Synced: 2025-04-02T07:13:51.407Z (about 1 year ago)
- Language: HTML
- Homepage: https://www.vncnt.xyz/horloge/3
- Size: 733 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Horloge viewer
- `horloge.json` holds the collection's data
- `template.html` is used as the viewer layout
- `generate.py` is the script that builds the necessary folders with all the `html` and `json` files
To generate the HTML locally:
`python3 generate.py`
You can then start a local server with python
`python3 -m http.server`
visit [vncnt.xyz/horloge](https://vncnt.xyz/horloge) for more information on this project