An open API service indexing awesome lists of open source software.

https://github.com/draeder/decentralize

Connect decentralized technology stacks together
https://github.com/draeder/decentralize

Last synced: about 1 month ago
JSON representation

Connect decentralized technology stacks together

Awesome Lists containing this project

README

        

# Decentralize (WIP)
> Connect decentralized technology stacks together

Decentralize aims to provide a simple API for rapid development of adapters that can integrate disparate p2p stacks with each other. Most decentralization stacks have things in common. They all emit and listen for events. Many announce a 'topic' or some kind of swarm identifier. Some have end-to-end security built in, some don't.

Decentralize accepts a custom initialization function and corresponding desired methods object for each stack. Then, it lets developers map the APIs together and does the work to relay data between stacks automatically.

## Usage
`npm i decentralize`

### Example

### API Documentation
####