r0gue-io/pop-cli

feat: output actual cost of contract deployement

Open

#274 ouverte le 2 août 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Rust (39 forks)github user discovery
enhancementgood first issuemedium

Métriques du dépôt

Stars
 (113 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

When I deploy a contract, it should give me the actual amount that it cost:

pop up contract --constructor new --args "false" --suri //Alice
┌   Pop CLI : Deploy a smart contract
│
◇  Gas limit estimate: Weight { ref_time: 146346224, proof_size: 16689 }
│
◇  Contract deployed and instantiated: The Contract Address is "5FBAmSxMGDR9hirH5e3Rfxuhpruyo3MkmqLUbiBN2p7FywUY"
│
└  🚀 Deployment complete

Guide contributeur