Skip to content

Commit

Permalink
Fix contract creation cost (neo-project#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
corollari authored and Celia18305 committed Jun 12, 2019
1 parent 9873ea5 commit a665afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-us/basic/neocontract.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Cross-domain requests enable NeoContract to implement rich library capabilities,

### Deployment Fee

NEO's distributed architecture provides high redundancy of storage capacity, and the use of this capacity is not free. Deploying a smart contract on the NEO network requires a fee, currently fixed at 500GAS, which is collected by the system and recorded as a system gain. Future fees will be adjusted according to the actual operating cost in the system. The smart contract deployed on the blockchain can be used multiple times, until the contract is destroyed by the deployer.
NEO's distributed architecture provides high redundancy of storage capacity, and the use of this capacity is not free. Deploying a smart contract on the NEO network requires a fee, which currently oscillates between 100 and 1000GAS depending on the capabilities required by the contract. This fee is collected by the system and recorded as a system gain. Future fees will be adjusted according to the actual operating cost in the system. The smart contract deployed on the blockchain can be used multiple times, until the contract is destroyed by the deployer.

### Implementation Fee

Expand Down

0 comments on commit a665afe

Please sign in to comment.