https://github.com/ipfs-shipyard/ipfs-dag-builder-vis
See how the DAGs get built
https://github.com/ipfs-shipyard/ipfs-dag-builder-vis
dag graph ipfs ipfs-gui merkle unixfs visualization
Last synced: 18 days ago
JSON representation
See how the DAGs get built
- Host: GitHub
- URL: https://github.com/ipfs-shipyard/ipfs-dag-builder-vis
- Owner: ipfs-shipyard
- License: mit
- Created: 2019-05-08T13:23:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T11:02:28.000Z (about 2 months ago)
- Last Synced: 2025-04-13T13:05:54.630Z (18 days ago)
- Topics: dag, graph, ipfs, ipfs-gui, merkle, unixfs, visualization
- Language: JavaScript
- Homepage: https://dag.ipfs.tech
- Size: 4.47 MB
- Stars: 26
- Watchers: 10
- Forks: 6
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipfs-dag-builder-vis
> See how the DAGs get built
## Getting started
Requires node>=16 and npm>=6
Fetch the dependencies
```sh
npm install
```Run the site in dev mode
```sh
npm start
```Build the site as static html for deployment
```sh
npm run build
```## Deploy
[Fleek](https://app.fleek.co/#/sites/ipfs-dag-builder-vis/overview) is configured to build and publish the site to IPFS when a change is merged to the main branch.