terra-money/docs

Issue on page /docs/develop/terrain/using-terrain-localterra.html

kimberger opened this issue · 2 comments

The project structure created when using terrain new my-terra-dapp does not match the documented structure. The subfolder created is contracts/my-terra-dapp.

Which means when you get to the deploy step: terrain deploy counter --signer test1 you receive the following error:

➜  my-terra-dapp terrain deploy counter --signer test1
using pre-baked 'test1' wallet on localterra as signer
    Error: ENOENT: no such file or directory, chdir '/home/XXX/Code/my-terra-dapp' -> 'contracts/counter'
    Code: ENOENT

I figured that out as well and opened a bug in terrain repo: terra-money/terrain#93