You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features:
The new join flag adds the ability to pass a --genesis file and --peers address list with starport network chain join
The new show flag adds the ability to show --genesis and --peers list with starport network chain show
protoc is now bundled with Starport CLI. You don't need to install it anymore.
Starport is now published automatically on the Docker Hub
starport relayerconfigure and connect commands now use the confio/ts-relayer under the hood. Also, checkout the new starport relayer lowlevel command.
An OpenAPI spec for your chain now automatically generated with serve and build commands. A console is available at localhost:1317 and spec at localhost:1317/static/openapi.yml by default for the newly scaffolded chains.
Keplr extension is supported on web apps created with Starport
Added tests to the scaffold
Improved reliability of scaffolding by detecting placeholders
Added ability to scaffold modules in chains not created with Starport
Added the ability to scaffold Cosmos SDK queries
IBC relayer support is available on web apps created with Starport
New types without CRUD operations can be added with the --no-message flag in the type command
New packet without messages can be added with the --no-message flag in the packet command
Added docs command to read Starport documentation on the CLI