kubiklabs / wasmkit

Cosmwasm dev tooling framework
https://wasmkit.kubiklabs.xyz/
MIT License
6 stars 2 forks source link

Identify location of wasm and schema files from toml files #22

Open udit-gulati opened 11 months ago

udit-gulati commented 11 months ago
  1. WasmKit should be able to identify location of schema and wasm file depending on the structure of project.
  2. For wasm files, target/ dir needs to be located and inside structure of target/ dir is always same.
  3. For schema files, schema/ dir needs to be located.