4 Commits

Author SHA1 Message Date
Julian Strobl
e8dbfcb644 [ignite] Fix multiple main packages found
When downloading the `vendor/` directory with:
```
$ go mod vendor
```
and then e.g. run `ignite chain init` this error happens:

* specify the path to your chain's main package in your
  config.yml>build.main: multiple main packages found

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-10-16 13:17:10 +02:00
Jürgen Eckel
d88ec092f0
changed the denom for the development env to rddl instead of token (#83)
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2023-09-18 13:42:48 +02:00
Julian Strobl
a7f4794fb7
Fix missing document start and wrong indentation
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-05 13:14:08 +02:00
Julian Strobl
7810d08780
Add initial generated code
```
$ ignite version
Ignite CLI version:             v0.27.1
Cosmos SDK version:             v0.47.3

$ ignite scaffold chain planetmint-go --address-prefix plmt --no-module
```

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-06-27 13:15:02 +02:00