decentralized-internet 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: affacb7365d5779f3b6bc13d41c07418765f358a
|
4
|
+
data.tar.gz: dc98f98c1d64306fa78156fc1b09ecb5c0401ba9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08bd29b6cafdfd59d7493350063dd4272f58ecc84c301f95fa917fc5d98fa142f7924d4918cb5cf39be0d7d182ba570eb571e7bbd3c3bdd38bdcda49b5cb6caa
|
7
|
+
data.tar.gz: 5b4166b87828474fd4618c7cbc5b41467f42d0e50d9a161c065e2b0cfd12f1316e27f70c0ab0851eea1e2280dca7c72be8b689b6313aade2aac6876781b0750c
|
@@ -2,7 +2,7 @@ require_relative 'lib/decentralized/internet/version'
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "decentralized-internet"
|
5
|
-
spec.version =
|
5
|
+
spec.version = "0.2.0"
|
6
6
|
spec.authors = ["The Lonero Foundation"]
|
7
7
|
spec.email = ["andrew@etherstone.org"]
|
8
8
|
|
@@ -1,44 +1,151 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
1
|
+
[![PoweredBy](https://raw.githubusercontent.com/Mentors4EDU/Images/master/Add%20a%20heading(15).png)](https://www.starkdrones.org/home/os)
|
2
|
+
# Decentralized Internet
|
3
|
+
![N|distributed](https://raw.githubusercontent.com/Mentors4EDU/Images/master/Screenshot_2019-11-27%20Untitled%20Design(2).png?style=centerme)
|
4
|
+
|
5
|
+
![npm](https://img.shields.io/npm/dt/decentralized-internet?label=NPM%20Downloads) | ![Crates.io](https://img.shields.io/crates/d/decentralized-internet?label=crates.io%20Downloads) | [![Discord](https://img.shields.io/discord/639489591664967700)](https://discord.gg/buTafPc) | [![Gitter](https://img.shields.io/gitter/room/Decentralized-Internet/community)](https://gitter.im/Decentralized-Internet/community?source=orgpage) | [![Read the Docs](https://img.shields.io/readthedocs/lonero)](https://lonero.readthedocs.io/en/latest/)
|
6
|
+
[![NPM](https://nodei.co/npm/decentralized-internet.png?mini=true)](https://nodei.co/npm/decentralized-internet/) | [![N|Tweet](https://img.shields.io/badge/Tweet--lightgrey?logo=twitter&style=social)](https://twitter.com/share?ref_src=twsrc%5Etfw) | ![npm type definitions](https://img.shields.io/npm/types/decentralized-internet) | ![NPM](https://img.shields.io/npm/l/decentralized-internet)
|
7
|
+
|
8
|
+
The NPM library is a collection of the following repos made for the purpose of building [decentralized web](https://github.com/Lonero-Team/Decentralized-Internet.git) projects:
|
9
|
+
|
10
|
+
[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)
|
11
|
+
|
12
|
+
| IDEs | Platforms | Extensions |
|
13
|
+
|---------- |----------- |------------ |
|
14
|
+
| [Atom](https://atom.io/packages/decentralized-internet) | [Linux](https://snapcraft.io/decentralized-internet) | [Jira](https://bitbucket.org/gamer456148/decentralized-internet/src/master/) |
|
15
|
+
| [Intellij](https://plugins.jetbrains.com/plugin/13735-decentralized-internet) | [Chrome](https://chrome.google.com/webstore/detail/decentralized-internet-sd/gdomaijaeldibcpllgjfimjgdjngojig) | [GitHub](https://github.com/apps/decentralized-internet) |
|
16
|
+
| [Eclipse](https://marketplace.eclipse.org/content/decentralized-internet) | [Android](http://android.oms.apps.bemobi.com/en_us/decentralized_internet.html?ecid=1) | [Swagger](https://app.swaggerhub.com/apis/Lonero/Decentralized-Internet_API/1.0.0#/info) |
|
17
|
+
| [VS Code](https://marketplace.visualstudio.com/items?itemName=Lonero.decentralized-internet) | [Windows](https://github.com/Lonero-Team/Decentralized-Internet/releases/tag/win_beta_2) | [Mockable](https://github.com/Lonero-Team/Decentralized-Internet/blob/master/_APIs/Mockable.wsd) |
|
18
|
+
|
19
|
+
#### Installation Methods
|
20
|
+
Install via NPM: `npm i decentralized-internet`
|
21
|
+
Install via DUB: `dub add decentralized-internet`
|
22
|
+
Install via YARN: `yarn add decentralized-internet`
|
23
|
+
Install via PIP: `pip install decentralized-internet`
|
24
|
+
Install via APM: `apm install decentralized-internet`
|
25
|
+
Install via GEM: `gem install decentralized-internet`
|
26
|
+
Ember Installation: `ember install decentralized-internet`
|
27
|
+
Install via VS Code: `ext install Lonero.decentralized-internet`
|
28
|
+
Install via SNAP: `sudo snap install decentralized-internet --edge`
|
29
|
+
Install via Docker: `docker pull gamer456148/decentralized-internet`
|
30
|
+
##### Export Components:
|
31
|
+
`bit export decentralized-internet.lonero_decentralized-internet`
|
32
|
+
##### Arch Linux Installation Instructions:
|
33
|
+
```
|
34
|
+
git clone https://aur.archlinux.org/snapd.git
|
35
|
+
cd snapd
|
36
|
+
makepkg -si
|
37
|
+
sudo systemctl enable --now snapd.socket
|
38
|
+
sudo ln -s /var/lib/snapd/snap /snap
|
39
|
+
sudo snap install decentralized-internet --edge
|
40
|
+
```
|
41
|
+
##### Install via Dart:
|
42
|
+
Add to your pubspec.yaml file:
|
43
|
+
```
|
44
|
+
dependencies:
|
45
|
+
decentralized_internet: ^3.4.1
|
46
|
+
```
|
47
|
+
Run: `pub get`
|
48
|
+
##### Use this Module via Puppet:
|
49
|
+
Add this to your Puppetfile as a declaration:
|
50
|
+
`mod 'gamer456148-decentralized_internet', '0.8.3'`
|
51
|
+
Next run the command:
|
52
|
+
`bolt puppetfile install`
|
53
|
+
Instead of the above, you can also try adding:
|
54
|
+
`mod 'gamer456148-decentralized_internet', '0.8.3'`
|
55
|
+
This mod line is for those who use r10k or Code Manager
|
56
|
+
Learn more [here](https://puppet.com/docs/pe/2019.2/managing_puppet_code.html)
|
57
|
+
##### Cloud Deploy:
|
58
|
+
[![Deploy to Salesforce](https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/deploy.png)](https://githubsfdeploy.herokuapp.com?owner=Lonero-Team&repo=Decentralized-Internet) [![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/new/project?template=https://github.com/Lonero-Team/Decentralized-Internet) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Lonero-Team/Decentralized-Internet) [![Deploy](https://get.pulumi.com/new/button.svg)](https://app.pulumi.com/new?template=https://github.com/Lonero-Team/Decentralized-Internet) [![Deploy](https://codemason.io/img/deploy.svg)](https://codemason.io/apps/create?template=https://github.com/Lonero-Team/Decentralized-Internet) [![Deploy to IBM Cloud](https://cloud.ibm.com/devops/setup/deploy/button.png)](https://cloud.ibm.com/devops/setup/deploy?repository=<=https://github.com/Lonero-Team/Decentralized-Internet>&branch=<master>) [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Lonero-Team/Decentralized-Internet) [![Deploy to Azure](https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/deploybutton.png)](https://azuredeploy.net/) [![amplifybutton](https://raw.githubusercontent.com/Mentors4EDU/Images/master/amplifybutton(1).png)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/Lonero-Team/Decentralized-Internet)
|
59
|
+
[![Codeship Status for Lonero-Team/Decentralized-Internet](https://app.codeship.com/projects/297a5380-f6f1-0137-5106-6248c62052ae/status?branch=master)](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/) | [Deploy via Alibaba Cloud](https://www.alibabacloud.com/help/doc-detail/98551.htm) | ![MicroBadger Layers](https://img.shields.io/microbadger/layers/gamer456148/decentralized-internet) | [![](https://jitpack.io/v/Lonero-Team/Decentralized-Internet.svg)](https://jitpack.io/#Lonero-Team/Decentralized-Internet) | [![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/lonero/the-lonero-foundation) | ![bit](https://img.shields.io/bit/collection/total-components/decentralized-internet/lonero_decentralized-internet?color=yellow)
|
60
|
+
|
61
|
+
| Languages | Frameworks |
|
62
|
+
|:----------:|:----------:|
|
63
|
+
| [Rust](https://crates.io/crates/decentralized-internet) | [Node.js](https://www.npmjs.com/package/decentralized-internet) |
|
64
|
+
| [Javascript](https://github.com/Lonero-Team/Decentralized-Internet/blob/master/package.json) | [Ember.js](https://emberobserver.com/addons/decentralized-internet) |
|
65
|
+
|
66
|
+
#### Current Todo List:
|
67
|
+
☐ Build Developer "DAPP Store"
|
68
|
+
☐ Deploy Live Peer Net Explorer
|
69
|
+
☐ Add "New" Stats Counter Criteria
|
70
|
+
🗹 Build Binaries w/ GUI Guide (Custom)
|
71
|
+
|
72
|
+
[![DOI](https://zenodo.org/badge/218808524.svg)](https://zenodo.org/badge/latestdoi/218808524)
|
73
|
+
|
74
|
+
Check our [bit.dev](https://bit.dev/decentralized-internet)
|
75
|
+
|
76
|
+
| **Research Pre-Prints** | [IACR](https://eprint.iacr.org/2019/1467) | [JODC1](https://www.authorea.com/users/289895/articles/416340) | [JODC2](https://doi.org/10.22541/au.157807499.98003317) | [eng](https://engrxiv.org/h8cmw/)[Rxiv](https://www.preprints.org/manuscript/202001.0274/v1) |
|
77
|
+
|:-------------------:|:----:|:-----:|:-----:|:-----:|
|
78
|
+
|
79
|
+
#### Regular Classical Processing:
|
80
|
+
![N|Classic](https://raw.githubusercontent.com/Mentors4EDU/Images/master/regular.png)
|
81
|
+
|
82
|
+
#### Post-Classical Processing:
|
83
|
+
![N|PostClassic](https://camo.githubusercontent.com/6e210293449d6876117f97cff4bcbc568495f7bf/68747470733a2f2f692e696d6775722e636f6d2f615145793131332e676966)
|
84
|
+
|
85
|
+
* These are purely just mathematical "representations"
|
86
|
+
|
87
|
+
###### App to add GitHub metrics tracking to select repos [here](https://github.com/apps/decentralized-internet)
|
88
|
+
|
89
|
+
Also special thanks to: [The Lonero Dev Team](https://github.com/lonero-team)
|
90
|
+
|
91
|
+
* May need some updates in Seed Migration for some of the org repos | ![Website](https://img.shields.io/website?url=http%3A%2F%2Flonero.org)
|
92
|
+
|
93
|
+
#### Lotion Sample (State Machines):
|
94
|
+
* From original [Lotion](https://lotionjs.com/) [repo](https://github.com/nomic-io/lotion) (shown on installation page for demo purposes)
|
95
|
+
```
|
96
|
+
// app.js
|
97
|
+
let lotion = require('lotion')
|
98
|
+
let app = lotion({
|
99
|
+
initialState: {
|
100
|
+
count: 0
|
101
|
+
}
|
102
|
+
})
|
103
|
+
function transactionHandler(state, transaction) {
|
104
|
+
if (state.count === transaction.nonce) {
|
105
|
+
state.count++
|
106
|
+
}
|
107
|
+
}
|
108
|
+
let connect = require('lotion-connect')
|
109
|
+
app.use(transactionHandler)
|
110
|
+
app.start().then(appInfo => console.log(appInfo.GCI))
|
13
111
|
```
|
14
112
|
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
$ gem install decentralized-internet
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
26
|
-
|
27
|
-
## Development
|
113
|
+
#### ccxml Device Connection Sample Code:
|
114
|
+
- xml taken from TI's IDE in device config for driver
|
115
|
+
```
|
116
|
+
<connection XML_version="1.2" id="TI MSP430 USB1">
|
117
|
+
```
|
28
118
|
|
29
|
-
|
119
|
+
Papers worth checking out:
|
120
|
+
[Lonero Whitepaper (Original)](https://www.academia.edu/37041064/Lonero_Whitepaper_v1) | [CrowdCoin Scientific Whitepaper](https://www.academia.edu/37832290/CrowdCoin_Scientific_Whitepaper)
|
30
121
|
|
31
|
-
|
122
|
+
This project is being mantained by the folks [here](https://www.starkdrones.org/home/os)
|
123
|
+
Read our Hackernoon blog posts [here](https://hackernoon.com/@TheLoneroFoundation)
|
32
124
|
|
33
|
-
|
125
|
+
#### FAQ:
|
34
126
|
|
35
|
-
|
127
|
+
> Q. Why a Decentralized Internet?
|
128
|
+
> A. We are taking back technology in the hands of the people
|
129
|
+
> Q. What other benefits does this provide?
|
130
|
+
> A. An overarching mission to replace telecom towers and outdated grids
|
131
|
+
> Q. What makes this different from other Decentralized Web projects?
|
132
|
+
> A. Our outermost support for distributed computing, and a focus on an offline-first network
|
133
|
+
> Q. Why do you use alot of open source or previous libraries?
|
134
|
+
> A. We wanted to expand upon them to start building our core tech right away.
|
36
135
|
|
136
|
+
![EndLine](https://raw.githubusercontent.com/Mentors4EDU/Images/master/Untitled%20design(96).png)
|
137
|
+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FLonero-Team%2FDecentralized-Internet.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2FLonero-Team%2FDecentralized-Internet?ref=badge_small) [![N|Telegram](https://raw.githubusercontent.com/Mentors4EDU/Images/master/Screenshot_2019-12-18%20decentralized-internet.png)](http://t.me/lonero) [![ForTheBadge built-with-science](http://ForTheBadge.com/images/badges/built-with-science.svg)](https://GitHub.com/Lonero-Team/)
|
37
138
|
|
38
|
-
|
139
|
+
[![LNROS](https://img.youtube.com/vi/ax-wqHntKXg/0.jpg)](https://www.youtube.com/watch?v=ax-wqHntKXg "Lonero OS: The Race is Coming!")
|
39
140
|
|
40
|
-
|
141
|
+
### Test w/ Repl.it:
|
142
|
+
[![replit](https://raw.githubusercontent.com/Mentors4EDU/Images/master/Screenshot%20from%202019-11-20%2012-13-27.png)](https://repl.it/)
|
41
143
|
|
42
|
-
|
144
|
+
### Play w/ Dependency via scrimba:
|
145
|
+
[![scrimba](https://raw.githubusercontent.com/Mentors4EDU/Images/master/Screenshot_2019-11-20%20decentralized-internet.png)](https://scrimba.com/)
|
43
146
|
|
44
|
-
|
147
|
+
![DRKLine](https://raw.githubusercontent.com/Mentors4EDU/Images/master/line-drk.png)
|
148
|
+
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.
|
149
|
+
#### For citing our software:
|
150
|
+
>> Kamal, A. M. decentralized-internet. npm (2020). Available at:
|
151
|
+
https://www.npmjs.com/package/decentralized-internet. (Accessed: 8th February 2020
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "decentralized-internet"
|
5
5
|
spec.version = Decentralized::Internet::VERSION
|
6
6
|
spec.authors = ["Andrew Kamal"]
|
7
|
-
spec.email = ["
|
7
|
+
spec.email = ["andrew@etherstone.org"]
|
8
8
|
|
9
9
|
spec.summary = %q{TODO: Write a short summary, because RubyGems requires one.}
|
10
10
|
spec.description = %q{TODO: Write a longer description or delete this line.}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decentralized-internet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Lonero Foundation
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Library for building decentralized and grid computing projects based
|
14
14
|
off of the rust package and the Decentralized Internet SDK
|