Open okwme opened 3 years ago
also links in that repo for starport front end development
and the front end app is served out of the vue
directory with the starport serve
command.
starport has some release candidates for using v0.43.x https://github.com/tendermint/starport/pull/1309
You should now be able to scaffold a 0.43.x chain with this.
Wasm is another story, as are modules.
update: incorrect 😬
likely you want your repo to look similar to: https://github.com/cosmos/sdk-tutorials/tree/master/blog/blog where the application consumes its own module within the
/x/
directory.