mirror of https://github.com/certusone/wasmd.git
dbe123986d | ||
---|---|---|
.. | ||
client | ||
internal | ||
testdata | ||
README.md | ||
alias.go | ||
genesis_test.go | ||
handler.go | ||
module.go | ||
module_test.go |
README.md
Wasm Module
This should be a brief overview of the functionality
Configuration
You can add the following section to config/app.toml
. Below is shown with defaults:
[wasm]
# This is the maximum sdk gas (wasm and storage) that we allow for any x/wasm "smart" queries
query_gas_limit = 300000
# This is the number of wasm vm instances we keep cached in memory for speed-up
# Warning: this is currently unstable and may lead to crashes, best to keep for 0 unless testing locally
lru_size = 0
Messages
TODO
CLI
TODO
Rest
TODO