cosmos / composer

9 stars 7 forks source link

look at starport to evaluate front end and use as scaffold #2

Open okwme opened 3 years ago

okwme commented 3 years ago

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.

okwme commented 3 years ago

also links in that repo for starport front end development

okwme commented 3 years ago

and the front end app is served out of the vue directory with the starport serve command.

okwme commented 3 years ago

starport has some release candidates for using v0.43.x https://github.com/tendermint/starport/pull/1309

faddat commented 3 years ago

You should now be able to scaffold a 0.43.x chain with this.

Wasm is another story, as are modules.

update: incorrect 😬