https://github.com/ethersphere/node-implementer-spec
Documentation on how to create a custom Swarm node implementation
https://github.com/ethersphere/node-implementer-spec
Last synced: about 2 months ago
JSON representation
Documentation on how to create a custom Swarm node implementation
- Host: GitHub
- URL: https://github.com/ethersphere/node-implementer-spec
- Owner: ethersphere
- License: lgpl-3.0
- Created: 2019-06-24T08:36:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T08:05:49.000Z (almost 7 years ago)
- Last Synced: 2025-04-08T18:50:37.831Z (about 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swarm Node implementer spec
Documentation on how to create a custom Swarm node implementation
[https://github.com/ethersphere/user-stories/issues/50](https://github.com/ethersphere/user-stories/issues/50)
## Contents
The documents are in latex format, and are found in `./src`
Tools used for message serializations used in the documents can be found in `./tools`. They are written in `golang` and use libraries from the official `geth` and `swarm` implementations.
## Build
To build pdf with bibliography:
```
cd $REPO/src
pdflatex spec.latex
bibtex spec
pdflatex spec.latex
pdflatex spec.latex
```