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
- Host: GitHub
- URL: https://github.com/draeder/decentralize
- Owner: draeder
- License: mit
- Created: 2022-04-02T22:17:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T23:15:01.000Z (about 3 years ago)
- Last Synced: 2024-04-23T20:54:00.518Z (about 1 year ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decentralize (WIP)
> Connect decentralized technology stacks togetherDecentralize 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
####