astroport/README.md

148 lines
5.6 KiB
Markdown
Raw Normal View History

2020-03-17 13:49:08 +01:00
---
2020-05-04 19:36:33 +02:00
'EVASION NUMERIQUE'
2020-03-17 13:49:08 +01:00
---
2020-05-04 19:37:47 +02:00
# ASTROPORT [c'est quoi?](https://astroport.frama.site/)
2020-03-25 15:03:57 +01:00
## [is Not an Astroport](./ANA)
2020-03-17 13:49:08 +01:00
===
2020-03-25 15:03:57 +01:00
### **FR: [Internet est cassé](./ANA/01.home/default.fr.md)**
**EN: [The Internet is broken](./ANA/01.home/default.en.md) |
DE: [Das Internet ist kaputt](./ANA/01.home/default.de.md) |
ES: [La Internet está rota](./ANA/01.home/default.es.md) |
PT: [A Internet está quebrada](./ANA/01.home/default.pt.md) |
IT: [Internet è rotto](./ANA/01.home/default.it.md) |
NL: [Het internet is kapot](./ANA/01.home/default.nl.md) |
PL: [Internet jest zepsuty](./ANA/01.home/default.pl.md) |
RU: [Интернет сломан](./ANA/01.home/default.ru.md)**
2020-03-17 13:49:08 +01:00
2020-03-19 18:41:29 +01:00
===
## So what is Astroport ?
2020-03-17 13:49:08 +01:00
2020-03-19 18:41:29 +01:00
Astroport is an ecosystem of several open sources applications forming a global mesh and complete network.
2020-03-17 13:49:08 +01:00
2020-03-19 18:41:29 +01:00
It's using:
2020-05-04 20:39:16 +02:00
- ScuttleButt for slow communication layer
- IPFS for media transport rapid layer and Node swarm data exchange
- Libre currency Duniter/Ḡ1 as monetary layer / 1G1 = 100Zen / fixed exchange rate
Astroport is forging a Key compatible with this digital tools and Universe.
So you can use them together with Patchwork, Cesium and Gchange as of now.
But some extra interface are being developped within NextCloud and Minetest.
And I ma sure plenty other will come...
You can join our Aplha #Swarm0
## #swarm0
2020-05-05 01:22:30 +02:00
```
2020-05-04 20:39:16 +02:00
__ __ ____
__/ // /_______ ______ __________ ___ / __ \
/_ _ __/ ___/ | /| / / __ `/ ___/ __ `__ \/ / / /
/_ _ __(__ )| |/ |/ / /_/ / / / / / / / / /_/ /
/_//_/ /____/ |__/|__/\__,_/_/ /_/ /_/ /_/\____/
2020-05-05 01:22:30 +02:00
```
2020-05-04 20:39:16 +02:00
Once you have activated and mesh all the layers, your node will joins its #swarm0
A special view and access to its network and data through friends only.
#swarm0 is the inner IPFS Metaverse structure and shape.
2020-03-19 18:41:29 +01:00
## Installation
2020-04-28 20:06:10 +02:00
**WARNING: This is an alpha stage development! Please try... Open issues and help corrections**
2020-03-17 13:49:08 +01:00
2020-04-28 18:35:15 +02:00
@qo-op
2020-05-03 04:22:27 +02:00
2020-05-03 18:20:25 +02:00
1 - **Run [.install/ipfs_alone.sh](https://git.p2p.legal/axiom-team/astroport/src/master/.install/ipfs_alone.sh) and start “ipfs daemon”**
2020-05-03 18:11:04 +02:00
```
2020-05-04 17:05:23 +02:00
# WE ENCOURAGE YOU TO UNDERSTAND CODE YOU ARE EXECUTING, to do so
# curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alone.sh -o /tmp/ipfsA.sh
# xed /tmp/ipfsA.sh
# If you are happy with what you read and understood. RUN
# chmod +x /tmp/ipfsA.sh && /tmp/ipfsA.sh
# IF YOU TRUST @qo-op, then run
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/.install/ipfs_alone.sh | bash
2020-05-03 18:11:04 +02:00
```
2020-05-04 19:30:17 +02:00
SystemD ARM & x86_64 compatible. PLEASE Add you yet unsupported Arch ;)
2020-05-03 04:22:27 +02:00
2020-05-03 18:20:25 +02:00
2 - **Create your “secret” 🔑 (and secret.dunikey) from credentials to benefit extra features 🛸**
2020-05-03 18:19:22 +02:00
2020-04-28 18:34:19 +02:00
```
2020-05-04 18:54:12 +02:00
# Initialise ASTROPORT Station and takes time reading the code
2020-05-03 04:22:27 +02:00
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh -o ./installA.sh
chmod +x ./installA.sh
./installA.sh
2020-05-04 18:54:12 +02:00
2020-05-04 20:39:16 +02:00
# Trustfull QUICKER Install !!
2020-05-04 18:54:12 +02:00
curl -s https://git.p2p.legal/axiom-team/astroport/raw/master/zen/tools/make_G1SSB_secret.sh | bash
# When CODE will be ready for release, this links will come from "ipfs get / cat" commands !!
2020-04-28 18:34:19 +02:00
```
2020-05-03 18:52:14 +02:00
Then... it will download this whole git and activate your station
Creating a "virtual private ipfs swarm" in sync with your ssb friends only.
2020-05-03 04:37:40 +02:00
2020-04-29 20:04:00 +02:00
```
2020-05-04 20:39:16 +02:00
# MANUAL INSTALL FOR FULL CODE INSPECTION
mkdir -p ~/.zen && cd ~/.zen
git clone https://git.p2p.legal/axiom-team/astroport.git
~/.zen/astroport/.install/ipfs_alone.sh
~/.zen/astroport/zen/tools/make_G1SSB_secret.sh
~/.zen/astroport/zen/ssb_IPFS_swarm.sh
~/.zen/astroport/zen/cron_VRFY.sh
2020-04-29 20:04:00 +02:00
```
2020-05-03 04:26:23 +02:00
It will backup and create your new account with credentials.
Synchronise IPFS Swarm with your friends
2020-05-04 20:39:16 +02:00
Activate cron MINUTE and keep updated with this git around 00:01
2020-03-17 13:49:08 +01:00
2020-05-04 20:39:16 +02:00
## Quick tour of GATEWAYs and CABINs
2020-05-03 19:08:25 +02:00
2020-05-03 19:13:59 +02:00
- [Nextcloud / IPFS : Rock64 experimental Station](https://rock64.p2p.legal/)
2020-05-03 19:08:25 +02:00
2020-05-03 19:13:59 +02:00
- [Minetest (G1/SSB ) : Txmn.tk experimental Station](https://diaspora.normandie-libre.fr/posts/171127)
2020-05-03 19:08:25 +02:00
- **Explore ScuttleButt UNIVERSE**
- Choose your prefered ScuttleButt client to reach the Metaverse
- [Patchwork](http://dinosaur.is/patchwork-downloader/)
- [Oasis](https://github.com/fraction/oasis)
- [Feedless](https://github.com/rogeriochaves/feedless)
- [others](https://scuttlebot.io/apps/index.html) & plenty to come !!
2020-03-28 14:01:53 +01:00
2020-05-03 19:11:31 +02:00
- **Experimentations in SSB & G1 UNIVERSE**
- Reward SSB likes with [ssb-g1-tip](https://git.p2p.legal/axiom-team/ssb-g1-tip)
- [gchange_MONITOR!!](https://git.p2p.legal/axiom-team/astroport/src/master/zen/gchange_MONITOR.sh) Connect to [Gchange](https://gchange.fr) market
2020-03-28 14:01:53 +01:00
2020-05-03 19:11:31 +02:00
- **Experimentations in IPFS UNIVERSE**
2020-05-03 19:08:25 +02:00
- Copy [Audio](https://git.p2p.legal/axiom-team/astroport/src/master/zen/ssb_GET_zenyta.sh) and [Video](https://git.p2p.legal/axiom-team/astroport/src/master/zen/ssb_GET_zenytv.sh) from Youtube.
- Publish [contracts in ZenTag](https://git.p2p.legal/axiom-team/astroport/src/master/zen/zen_MAKE.sh) IPNS link to control ipfs availability of files.
2020-03-28 14:13:16 +01:00
2020-03-28 14:50:28 +01:00
![](https://pad.p2p.legal/uploads/upload_bfcde4526535bce2cfb12c2e0497587d.png)
2020-03-28 14:13:16 +01:00
[QWANTIC](https://qwantic.com)
2020-03-28 14:51:14 +01:00
```
2020-03-28 14:13:16 +01:00
_ ______ _
/ \\ //\ |\ || | /
2020-05-04 19:36:33 +02:00
\_X \/\//--\| \|| _|_\_ #HyperWeb 5D
2020-03-28 14:13:16 +01:00
2020-05-04 19:36:33 +02:00
# BASED ON GNU CORE BASH TECHNOLOGY
https://www.gnu.org/software/coreutils/
2020-03-28 14:51:14 +01:00
```
2020-04-04 17:07:38 +02:00
2020-05-04 19:36:33 +02:00
https://astroport.frama.site/
2020-04-04 17:07:38 +02:00
Il se connecte automatiquement en réseau local avec les autres scuttlebutt et fonctionne par ami d'ami (P2P).
Il enlève les parasites de ton réseau et permet de cultiver l'intelligence collective au lieu de l'exploiter
2020-04-29 20:40:09 +02:00
---
2020-04-04 17:07:38 +02:00
Fred
Forgeron monétaire Libre : DsEx1pS33vzYZg4MroyBV9hCw98j1gtHEhwiZ5tK7ech
2020-04-29 20:40:09 +02:00
2020-04-04 17:07:38 +02:00
https://cesium.app/ & https://gchange.fr/