Beta Release_Stable
Decentralized Internet
The NPM library is a collection of the following repos made for the purpose of building decentralized web projects:
lotion | bitcoin-peg | clusterpost | gridbee-framework | Reinvent-the-Internet
Also special thanks to:
The Lonero Dev Team
- May need some updates in Seed Migration for some of the org repos
Papers worth checking out:
Lonero Whitepaper (Original) | CrowdCoin Scientific Whitepaper
This NPM library/package is being mantained by the folks here
Installation Methods
Install via NPM: npm i decentralized-internet
Install via YARN: yarn add decentralized-internet
Install via PIP: pip install decentralized-internet
Install via APM: apm install decentralized-internet
Ember Installation: ember install decentralized-internet
Install via VS Code: ext install Lonero.decentralized-internet
Install via SNAP: sudo snap install decentralized-internet --edge
Install via Docker: docker pull gamer456148/decentralized-internet
Arch Linux Installation Instructions:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install decentralized-internet --edge
Install via Dart:
Add to your pubspec.yaml file:
dependencies:
decentralized_internet: ^3.4.1
Run: pub get