Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethersphere/etherjot
https://github.com/ethersphere/etherjot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethersphere/etherjot
- Owner: ethersphere
- Created: 2023-03-30T12:10:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T10:36:16.000Z (about 1 year ago)
- Last Synced: 2024-11-08T09:03:24.704Z (3 months ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swarm - Etherjot - Bring your web3 blog live in minutes with Etherjot, a graphical blogging application natively supporting Swarm. (Projects / UI)
README
# Etherjot Importer
Etherjot is a CLI utility to import Hugo and Jekyll blogs onto the Swarm network and [Etherjot Web](https://github.com/ethersphere/etherjot-web). Most of the implementation is available in the core library [Libetherjot](https://github.com/ethersphere/libetherjot).
## Swarm network
Swarm is a peer-to-peer network of Bee nodes that collectively provide censorship resistant decentralised storage and communication services.
## Usage
Etherjot requires a local Bee node. The easiest way to fire up a node is to install [Swarm Desktop](https://github.com/ethersphere/swarm-desktop) which you can download from `https://desktop.ethswarm.org`.
```
npm install --global etherjot
```Step into the directory of a Hugo and Jekyll blog
```
etherjot import
```