Software Open Access
Andrew Kamal; fossabot
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
Papers worth checking out: Lonero Whitepaper (Original) | CrowdCoin Scientific Whitepaper
This NPM library/package is being mantained by the folks here
Lotion Sample (State Machines):// 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:
<connection XML_version="1.2" id="TI MSP430 USB1">
#### Installation Methods
Install via NPM: npm i decentralized-internet
dub add decentralized-internet
yarn add decentralized-internet
pip install decentralized-internet
apm install decentralized-internet
gem install decentralized-internet
ember install decentralized-internet
ext install Lonero.decentralized-internet
[decentralized-internet "0.1.0"]
sudo snap install decentralized-internet --edge
docker pull gamer456148/decentralized-internet
decentralized-internet {:mvn/version "0.1.0"}
Compile 'decentralized-internet:decentralized-internet:0.1.0'
bit export decentralized-internet.lonero_decentralized-internet
<dependency>
<groupId>decentralized-internet</groupId>
<artifactId>decentralized-internet</artifactId>
<version>0.1.0</version>
</dependency>
##### 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
##### Use this Module via Puppet:
Add this to your Puppetfile as a declaration:mod 'gamer456148-decentralized_internet', '1.0.0'
bolt puppetfile install
mod 'gamer456148-decentralized_internet', '1.0.0'
Name | Size | |
---|---|---|
Lonero-Team/Decentralized-Internet-4.2.3.zip
md5:d6da56ad576c1b347fb4d60326f3348b |
16.3 MB | Download |
All versions | This version | |
---|---|---|
Views | 167 | 33 |
Downloads | 5 | 1 |
Data volume | 88.1 MB | 16.3 MB |
Unique views | 144 | 30 |
Unique downloads | 5 | 1 |