[.png)](https://www.starkdrones.org/home/os)
# Decentralized Internet
.png?style=centerme)
 |  | [](https://discord.gg/buTafPc) | [](https://gitter.im/Decentralized-Internet/community?source=orgpage) | [](https://lonero.readthedocs.io/en/latest/)
[](https://nodei.co/npm/decentralized-internet/) | [](https://twitter.com/share?ref_src=twsrc%5Etfw) |  | 
The NPM library is a collection of the following repos made for the purpose of building decentralized web projects:
[lotion](https://github.com/nomic-io/lotion) | [bitcoin-peg](https://www.npmjs.com/package/bitcoin-peg) | [clusterpost](https://github.com/juanprietob/clusterpost) | [gridbee-framework](https://github.com/BME-IK/gridbee-framework) | [Reinvent-the-Internet](https://github.com/Mentors4EDU/Reinvent-the-Internet)
| Extensions | Platforms |
|:----------:|:---------:|
| [Atom](https://atom.io/packages/decentralized-internet) | [Linux](https://snapcraft.io/decentralized-internet) |
| [Jira](https://bitbucket.org/gamer456148/decentralized-internet/src/master/) | [Chrome](https://chrome.google.com/webstore/detail/decentralized-internet-sd/gdomaijaeldibcpllgjfimjgdjngojig) |
| [GitHub](https://github.com/apps/decentralized-internet) | [Android](http://android.oms.apps.bemobi.com/en_us/decentralized_internet.html?ecid=1) |
| _______ | [Windows](https://github.com/Lonero-Team/Decentralized-Internet/releases/tag/win_beta_1) |
#### Installation Methods
Install via NPM: `npm i decentralized-internet`
Install via YARN: `yarn add decentralized-internet`
Install via APM: `apm install decentralized-internet`
Ember Installation: `ember install 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`
##### Cloud Deploy:
[](https://githubsfdeploy.herokuapp.com?owner=Lonero-Team&repo=Decentralized-Internet) [](https://zeit.co/new/project?template=https://github.com/Lonero-Team/Decentralized-Internet) [](https://app.netlify.com/start/deploy?repository=https://github.com/Lonero-Team/Decentralized-Internet) [](https://app.pulumi.com/new?template=https://github.com/Lonero-Team/Decentralized-Internet) [](https://codemason.io/apps/create?template=https://github.com/Lonero-Team/Decentralized-Internet) [](https://cloud.ibm.com/devops/setup/deploy?repository=<=https://github.com/Lonero-Team/Decentralized-Internet>&branch=<master>) [](https://heroku.com/deploy?template=https://github.com/Lonero-Team/Decentralized-Internet) [](https://azuredeploy.net/) [.png)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/Lonero-Team/Decentralized-Internet)
[](https://app.codeship.com/projects/376496) | [Jira Guide](https://bitbucket.org/gamer456148/decentralized-internet/src/4450483a3ada749d602e7713ee7f78510a2e1e0e/README.md?at=master) | [.travis.yml](https://github.com/Lonero-Team/Decentralized-Internet/blob/master/.travis.yml) | [Nanobox Guide](https://guides.nanobox.io/javascript/generic/) | [Deploying w/ FTP](https://documentation.codeship.com/basic/continuous-deployment/deployment-with-ftp-sftp-scp/) | [Deploy w/ Octopus](https://octopus.com/docs/deployment-process/variables/variable-substitutions) | [Run on Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-an-ubuntu-14-04-server) | [Deploy via Google Cloud](https://deploy.cloud.run/?git_url=https://github.com/Lonero-Team/Decentralized-Internet) | [Deploying AWS CodeDeploy](https://aws.amazon.com/getting-started/tutorials/deploy-code-vm/)
| Languages | Frameworks |
|:----------:|:----------:|
| [Rust](https://crates.io/crates/decentralized-internet) | [Node.js](https://www.npmjs.com/package/decentralized-internet) |
| [Javascript](https://github.com/Lonero-Team/Decentralized-Internet/blob/master/package.json) | [Ember.js](https://emberobserver.com/addons/decentralized-internet) |
#### Current Todo List:
☐ Build Developer "DAPP Store"
☐ Deploy Live Peer Net Explorer
☐ Add "New" Stats Counter Criteria
☐ Build Binaries w/ GUI Guide (Custom)
#### Regular Classical Processing:

#### Post-Classical Processing:

* These are purely just mathematical "representations"
###### App to add GitHub metrics tracking to select repos [here](https://github.com/apps/decentralized-internet)
Also special thanks to: [The Lonero Dev Team](https://github.com/lonero-team)
* May need some updates in Seed Migration for some of the org repos | 
#### Lotion Sample (State Machines):
* From original [Lotion](https://lotionjs.com/) [repo](https://github.com/nomic-io/lotion) (shown on installation page for demo purposes)
```
// app.js
let lotion = require('lotion')
let app = lotion({
initialState: {
count: 0
}
})
function transactionHandler(state, transaction) {
if (state.count === transaction.nonce) {
state.count++
}
}
let connect = require('lotion-connect')
app.use(transactionHandler)
app.start().then(appInfo => console.log(appInfo.GCI))
```
#### ccxml Device Connection Sample Code:
- xml taken from TI's IDE in device config for driver
```
<connection XML_version="1.2" id="TI MSP430 USB1">
```
Papers worth checking out:
[Lonero Whitepaper (Original)](https://www.academia.edu/37041064/Lonero_Whitepaper_v1) | [CrowdCoin Scientific Whitepaper](https://www.academia.edu/37832290/CrowdCoin_Scientific_Whitepaper)
This project is being mantained by the folks [here](https://www.starkdrones.org/home/os)
#### FAQ:
> Q. Why a Decentralized Internet?
> A. We are taking back technology in the hands of the people
> Q. What other benefits does this provide?
> A. An overarching mission to replace telecom towers and outdated grids
> Q. What makes this different from other Decentralized Web projects?
> A. Our outermost support for distributed computing, and a focus on an offline-first network
> Q. Why do you use alot of open source or previous libraries?
> A. We wanted to expand upon them to start building our core tech right away.
.png)
[](http://t.me/lonero)
[](https://GitHub.com/Lonero-Team/)
[](https://www.youtube.com/watch?v=ax-wqHntKXg "Lonero OS: The Race is Coming!")
### Test w/ Repl.it:
[](https://repl.it/)
### Play w/ Dependency via scrimba:
[](https://scrimba.com/)

This project was created in order to support a new internet. One that is more open, free, and censorship-resistant in comparison to the old internet. An internet that eventually wouldn't need to rely on telecom towers, an outdated grid, or all these other "old school" forms of tech. We believe P2P compatibility is an important part of the future of the net. Grid Computing also plays a role in having a better means of transferring information in a speedy, more cost-efficient and reliable manner.