billy rennekamp
billy rennekamp
We actually had a command to build the nameservice chain with the scaffold. We removed it because it seemed less useful than a boilerplate app, and it required that the...
This brings up a larger question which came up in a conversation with Justin from Althea the other day, about what is the best way to be extending pre-existing modules....
bump
```sh scaffold app lvl-1 foo bar cd bar/x scaffold module foo bar bar cd .. go mod tidy make install ./init.sh && appd start ```
- [ ] add flag for tag - [ ] remove rename as requirement - [ ] combine user and repo into a singe paramenter with "/" separator
would solve https://github.com/cosmos/cosmos-sdk/issues/4322
or generate something like an ABI file from Eth world. A necessary spec to allow js libs to craft Msg Types that can be signed and submitted in transactions.
#5038 is really cool but not all of what i am referring to. #5038 is another solution to the problem this issue is meant to address. Basically it is easy...
bingo @fedekunze i think it's better to begin from the js side though. i'd be curious how @hschoenburg is thinking about the flow for converting the amino types into typrscript...
ah this is the `*.d.ts` typescript description file. I guess the file format isn't great for easy parsing. Would be better if it were json or something. It does seem...