📌
Code source

Contrats

Vous trouverez ici le code Solidity des smart contracts utilisés par le site
Le code des contrats est aussi disponible sur leur blockscan pour une entière transparence https://image.noelshack.com/fichiers/2017/22/1496509565-vitalik.png

Graphes

Serveur WebSocket

Petit serveur WebSocket fait avec Deno
Sert simplement à obtenir le nombre de connectés sur chaque page en temps réel
https://image.noelshack.com/fichiers/2021/49/1/1638830755-sele-capuche.png

Logos

chaud il suffit de 200 lignes de solidity pour créer un token :( nonobstant je connais pas le langage https://image.noelshack.com/fichiers/2020/39/6/1601138469-ronaldo-blob-altieri.png
J'ai publié le code source du serveur WebSocket https://image.noelshack.com/fichiers/2021/49/1/1638830755-sele-capuche.png
Du très très lourd https://image.noelshack.com/fichiers/2016/41/1476460222-hanouna4.jpg
Mashallah https://image.noelshack.com/fichiers/2017/30/7/1501448914-prayer.png

Compile the contract

compiled_sol = compile_source(contract_source_code) # Compiled source code contract_interface = compiled_sol[':Factory']

web3.py instance

w3 = Web3(HTTPProvider('http://localhost:8545'))

set pre-funded account as sender

w3.eth.defaultAccount = w3.eth.accounts[0]

Instantiate and deploy contract

Factory = w3.eth.contract(abi=contract_interface['abi'], bytecode=contract_interface['bin'])

Submit the transaction that deploys the contract

tx_hash = Factory.constructor().transact()

Wait for the transaction to be mined, and get the transaction receipt

tx_receipt = w3.eth.waitForTransactionReceipt(tx_hash)

Create the contract instance with the newly-deployed address

factory = w3.eth.contract( address=tx_receipt.contractAddress, abi=contract_interface['abi'], )

Display the default greeting from the contract

print('Default contract greeting: {}'.format( factory.functions.token().call() ))
Mon IA a interprété ton code https://image.noelshack.com/fichiers/2021/43/4/1635454847-elton-john-tison-golem.png
WTF https://image.noelshack.com/fichiers/2018/29/6/1532128784-risitas33.png
Je suis en train de manger la plus grosse redpill de toute ma vie https://image.noelshack.com/fichiers/2016/39/1475347220-picsart-10-01-08-39-21.jpg
J'ai encore besoin d'apprendre., ça prendra le temps que ça prendra, je ne sais même pas quel objectif me fixer, j'ai l'impression d'avoir rencontré une nouvelle espèce.
On vit vraiment une époque étrange...
https://image.noelshack.com/fichiers/2018/33/7/1534675399-1490638346-1481684643-benissoucomplotyeux.png
Ajoute les cors à ta socket, tu acceptes tout le monde. C'est dommage d'utiliser des bons outils comme Deno et de laisser des trous comme ça.
Merci https://image.noelshack.com/fichiers/2021/09/5/1614967245-salutleblabla.png
issont où les smart contracts des posts ? https://image.noelshack.com/fichiers/2017/14/1491239399-ruthveun-nounours4maximator.png
Pas encore publié
https://image.noelshack.com/fichiers/2022/38/5/1663951771-indespite.png
Publié https://image.noelshack.com/fichiers/2022/38/5/1663921748-ahi.png
Nano machines son https://image.noelshack.com/fichiers/2020/25/2/1592320291-rasepaz.png