epam / corgis

Simple solution for corgi NFT
https://epam.github.io/corgis
0 stars 4 forks source link

Extra: Measure gas burnt by contract #165

Closed acuarica closed 3 years ago

acuarica commented 3 years ago

Currently there is no indication on how much gas is consumed by the contract. In order to optimize data storage, we should measure gas consumption. Some questions we might want to answer:

As a reference for implementation use:

https://github.com/near-examples/collection-examples-rs

acuarica commented 3 years ago

Scripts in test folder allows us to measure the storage and gas consumption.