Updev Channel ๐Ÿ”Š
187 subscribers
73 photos
2 videos
2 files
317 links
Join Updev channel to connect with other developers, builders, designers, and product managers who are interested in building the future of work. We get together to talk about what we've built, check out new platform releases, and learn from each others.
Download Telegram
cardano-cli transaction submit --tx-file monnaie1.signed $testnet
fee=$(cardano-cli transaction calculate-min-fee --tx-body-file rec_matx.raw --tx-in-count 1 --tx-out-count 2 --witness-count 1 $testnet --protocol-params-file protocol.json | cut -d " " -f1)
frais=$(cardano-cli transaction calculate-min-fee --tx-body-file monnaie.raw --tx-in-count 1 --tx-out-count 1 --witness-count 2 $testnet --protocol-params-file protocol.json | cut -d " " -f1)
cardano-cli transaction build-raw --fee $frais --tx-in $txhash#$txix --tx-out $address+$envoi+"$quantite $policyid.$tokenname1 + $quantite $policyid.$tokenname2" --mint "$quantite $policyid.$monnaie1 + $quantite $policyid.$monnaie2" --minting-script-file rpolice/policy.script --out-file monnaie1.raw
cardano-cli transaction build-raw --fee $frais --tx-in $txhash#$txix --tx-out $address+$envoi+"$quantite $policyid.$monnaie1 + $quantite $policyid.$monnaie2" --mint "$quantite $policyid.$monnaie1 + $quantite $policyid.$monnaie2" --minting-script-file rpolice/policy.script --out-file monnaie1.raw
Live stream finished (1 hour)
cardano-cli transaction sign --signing-key-file payment.skey $testnet --signing-key-file rpolice/policy.skey --tx-body-file monnaie1.raw --out-file monnaie1.signed
L'erreur รฉtait que nous n'avions pas ajoutรฉ la signature de la police sur la transaction
creation monnaies.txt
2.8 KB
Fichiers des transactions. Nous allons utiliser le rรฉpertoire tokens pour les NFTs la semaine prochaine
Live stream scheduled for
Live stream started
git clone git@github.com:input-output-hk/plutus-apps.git
Live stream finished (1 hour)
Suite de notre sรฉrie sur la #Blockchain avec #Cardano en live ce soir ร  19h (GMT+2) pour la session 5/10.
Live stream scheduled for
Live stream started