eolszewski / erebos

JavaScript client for Swarm and PSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erebos CircleCI npm

JavaScript client for the Ethereum ecosystem, notably Swarm and PSS.

Disclaimer

This library is a work-in-progress client for technologies that are still at a proof-of-concept stage. It is intended for demonstration purposes only.
APIs are likely to be changed and even removed between releases without prior notice.

Installation

yarn add erebos-browser # browser-only
yarn add erebos-node # node-only
yarn add erebos # universal

Examples

Documentation

Packages

Name Version Description
Clients
erebos npm version Universal Erebos library
erebos-browser npm version Browser-only Erebos library
erebos-node npm version Node-only Erebos library
Standalone APIs
erebos-api-bzz-browser npm version Browser-only Swarm (BZZ) APIs
erebos-api-bzz-node npm version Node-only Swarm (BZZ) APIs
erebos-api-eth npm version Ethereum (eth) APIs
erebos-api-net npm version Net APIs
erebos-api-pss npm version Postal Services over Swarm (PSS) APIs
erebos-api-shh npm version Whisper (SHH) APIs
erebos-api-web3 npm version Web3 APIs
Base classes
erebos-api-bzz-base npm version Shared logic for Swarm (BZZ) APIs
erebos-client-base npm version Shared logic for Client APIs

License

MIT.
See LICENSE file.

About

JavaScript client for Swarm and PSS

License:MIT License


Languages

Language:JavaScript 100.0%