participate

This commit is contained in:
fred 2023-06-04 21:58:50 +02:00
parent 0a723be3e0
commit 50e44c7415
3 changed files with 53 additions and 22 deletions

View File

@ -1,12 +1,19 @@
# Preamble
When will we be able to get out of this Evil Cloud that profiles us, scans us, analyzes us... To finally make us consume.
I didn't train as a network engineer to make this!
So I did something else.
Are you ready to be part of an exciting technological adventure? Do you want to contribute to an innovative project that aims to protect freedom of expression and promote uncensored information sharing? If so, Astroport is the perfect fit for you!
Astroport is built on IPFS to form our personal Clouds exchanged between friends of friends protected from AI algorithms and the wild datamining that reigns here.
The advantage of this system, an energy consumption divided by 100, a distribution of data that allows to operate disconnected, a peer-to-peer information system unalterable, unbreakable.
Please let's stop this Internet Supermarket of ourselves...
It is a library of knowledge at its core.
Astroport is much more than just software; it's a groundbreaking platform that leverages peer-to-peer (P2P) and IPFS technology to enable users to share information, particularly videos, securely and without fear of censorship. We are committed to defending freedom of expression and combating potential restrictions imposed by fact-checking laws advanced by the European Union.
But Astroport doesn't stop there. We go even further by creating a network that identifies resources around you, whether it's food, friends, services, or goods. Imagine being able to easily find what you need, locally and in a decentralized manner. With Astroport, you'll never be alone when it comes to meeting your needs.
Moreover, we offer a revolutionary tool called the "build guide," inspired by Minecraft but for real life. You'll be able to follow detailed tutorials to build or produce anything you desire. And to facilitate your projects, we've integrated the marketplace of the Ğ1 libre currency (gchange.fr), allowing you to order the necessary basic materials for your creations.
To make all this possible, we need talented and passionate developers like you! Join our team and contribute to the creation of a revolutionary platform that unleashes the power of knowledge and fosters unhindered collaboration.
As a developer at Astroport, you'll have the opportunity to work with cutting-edge technologies such as P2P, IPFS, and the Ğ1 libre currency. You'll push the boundaries of innovation and contribute to a project that will change the way we share information and interact with our environment.
Join us now and be part of a passionate team working to make the world better, freer, and more connected. Together, we will build a future where censorship has no place and the sharing of knowledge becomes a reality for all.
Join Astroport and make a difference today!
## https://astroport.com

View File

@ -1,12 +1,19 @@
# Préambule - [read this introduction in english](https://github.com/papiche/Astroport.ONE/blob/master/README.en.md) -
Quand pourrons nous sortir de ce Méchant Cloud qui nous profile, nous scrute, nous analyse... Pour au final nous faire consommer.
Je n'ai pas suivi la formation dingénieur réseau pour fabriquer ça!
Alors j'ai fait autre chose.
Astroport est contruit sur IPFS pour former nos Cloud personnels échangés entre amis d'amis à labri des algorithmes de l'IA et du datamining sauvage qui règne ici bas.
L'avantage de ce système, une consommation énergétique divisé par 100, une répartition des données qui permet de fonctionner déconnecté, un système d'information pair à pair inaltérable, inviolable.
S'il vous plaît arrêtons cet Internet Supermarché de nous même...
C'est une bibliothèque du savoir à la base.
Bienvenue dans l'équipe d'Astroport, le réseau pair-à-pair (P2P) révolutionnaire qui repousse les limites de la liberté d'information et d'interaction ! Si vous êtes un développeur passionné à la recherche d'un projet novateur et audacieux, alors vous êtes au bon endroit.
Astroport offre une plateforme sécurisée et décentralisée permettant le partage d'informations, en particulier de vidéos, via IPFS. Notre objectif est de contrer les restrictions de censure qui pourraient être imposées par les futures lois de fact-checking avancées par l'Union Européenne. Nous croyons fermement en la liberté d'expression et nous nous engageons à protéger cette valeur fondamentale.
Mais ce n'est pas tout ! Astroport va bien au-delà du simple partage d'informations. Notre plateforme vous permet également d'identifier les ressources autour de vous, qu'il s'agisse de nourriture, d'amis, de services ou de biens. Grâce à Astroport, vous serez en mesure de trouver et de partager les ressources nécessaires à votre vie quotidienne de manière simple et efficace.
Et ce n'est pas tout ! Nous avons également intégré un "build guide" à Astroport, inspiré par les célèbres livres de recettes de Minecraft. Vous pourrez utiliser ce guide pour apprendre à créer des objets réels, en utilisant les matériaux disponibles sur notre place de marché. Imaginez un tutoriel détaillé pour fabriquer des meubles, des objets de décoration, voire même des outils pratiques pour votre quotidien. Astroport met la créativité entre vos mains.
Nous nous sommes également associés à la monnaie libre Ğ1 et à sa place de marché, gchange.fr. Cela signifie que vous pourrez commander les matériaux nécessaires à la réalisation de vos projets directement depuis Astroport. Tout est à portée de clic, dans une seule et même application.
Rejoindre l'équipe d'Astroport, c'est contribuer à une cause qui va bien au-delà de la simple programmation. C'est faire partie d'un mouvement qui aspire à défendre les principes de liberté, de partage et de créativité. C'est travailler sur un projet qui a le potentiel de changer la façon dont nous interagissons avec l'information et les ressources qui nous entourent.
Alors, si vous êtes prêt à relever le défi et à participer à la construction d'un avenir où la censure n'a pas sa place, rejoignez-nous dès aujourd'hui et laissez votre empreinte sur le monde avec Astroport. Ensemble, nous pouvons libérer le potentiel de la technologie et créer un avenir plus ouvert pour tous.
## https://astroport.com

View File

@ -54,9 +54,25 @@ PPASS=$(cat ~/.zen/game/players/.current/.pass 2>/dev/null)
${MY_PATH}/keygen -t ipfs -o ~/.zen/tmp/${MOATS}/${VoeuName}.ipfskey "${SECRET1}" "${SECRET2}"
## EXTRA @PASS G1BILLET IPFS KEY
[[ ${extra1} != "" && ${extra2} != "" ]] \
&& echo "G1BILLET+ EXTRA" \
&& ${MY_PATH}/keygen -t ipfs -o ~/.zen/tmp/${MOATS}/${VoeuName}.EXTRA.ipfskey "${extra1}" "${extra2}"
if [[ ${extra1} != "" && ${extra2} != "" ]]; then
MESSAGE="G1BILLET+ MESSAGE BOX - $(date)" ## VOEU=G1BILLET+ ##
echo "$MESSAGE"
${MY_PATH}/keygen -t ipfs -o ~/.zen/tmp/${MOATS}/${VoeuName}.EXTRA.ipfskey "${extra1}" "${extra2}"
## TAKES TOO MUCH TIME -- USER WILL INIT G1BILLET+ MESSAGE LATER
#~ echo "$MESSAGE" > ~/.zen/tmp/${MOATS}/MESSAGE
#~ BILLETNS=$(ipfs key import ${MOATS} -f pem-pkcs8-cleartext ~/.zen/tmp/${MOATS}/${VoeuName}.EXTRA.ipfskey)
#~ rm ~/.zen/tmp/${MOATS}/${VoeuName}.EXTRA.ipfskey
#~ ## INSERT MESSAGE IN G1BILLET+ IPNS key
#~ (
#~ IPONE=$(ipfs add -q ~/.zen/tmp/${MOATS}/MESSAGE)
#~ ipfs name publish -k ${MOATS} /ipfs/${IPONE}
#~ ipfs key rm ${MOATS}
#~ ) &
fi
USALT=$(echo "${PLAYER_}" | jq -Rr @uri)
UPEPPER=$(echo "${SECRET2}" | jq -Rr @uri)
@ -152,7 +168,7 @@ select zwish in "${vlist[@]}"; do
"Ğ1Milgram")
GW="(•‿‿•) SCAN https://astroport.com/scan"
GW="(•‿‿•) ___ https://g1sms.fr ___"
# CREATE G1Milgram
IMAGIC=$(${MY_PATH}/VOEUX.print.sh "${PLAYER}" "${VoeuName}" "${MOATS}" | tail -n 1)
@ -160,9 +176,10 @@ select zwish in "${vlist[@]}"; do
tiddlywiki --load ~/.zen/game/players/${PLAYER}/ipfs/moa/index.html --output ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu \
--render '.' "${PLAYER}.${VoeuName}.json" 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' "${VoeuName}"
# cat ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/${PLAYER}.${VoeuName}.json | jq -r '.[].text' | html2text > ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/index.txt
## COULD USE TEXT FROM TIDDLER (TODO)
echo "SVP. Passez le message un ami de confiance." > ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/index.txt
## USE TEXT FROM TIDDLER
cat ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/${PLAYER}.${VoeuName}.json | jq -r '.[].text' | html2text > ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/index.txt
echo "
Signalez que vous pouvez réaliser ce voeu? Sinon passez le billet un ami." >> ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/index.txt
MILGRAM=$(ipfs add -q ~/.zen/tmp/${IPFSNODEID}/${PLAYER}/g1voeu/index.txt)
xdg-open http://ipfs.localhost:8080/ipfs/${IMAGIC}
@ -176,9 +193,9 @@ select zwish in "${vlist[@]}"; do
xdg-open http://ipfs.localhost:8080/ipfs/${MILGRAM}
(
ipfs name publish -k ${PLAYER}_${VoeuName} /ipfs/${MILGRAM}
echo "${VoeuName} ${UPASS} G1Milgram emitted ${PLAYER}"
xdg-open http://ipfs.localhost:8080/ipns/${IK}
ipfs name publish -k ${PLAYER}_${VoeuName} /ipfs/${MILGRAM}
) &
break