Commit 014b0e2
committed
docs: Add deployment cost to smart contract guide
Adds a new section to the smart contract developer guide that explains the fixed fee for deploying a smart contract.
- Specifies the cost for both mainnet (1000 PHPCoin) and testnet (100 PHPCoin).
- Points to the `getSmartContractCreateFee()` method in `include/class/Blockchain.php` as the source of this value.1 parent 6513932 commit 014b0e2
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
108 | 117 | | |
109 | 118 | | |
110 | 119 | | |
| |||
0 commit comments