-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathapp.ignite.yml
More file actions
59 lines (59 loc) · 2.02 KB
/
app.ignite.yml
File metadata and controls
59 lines (59 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
version: 1
apps:
network:
description: Launch new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators
path: ./spaceship
spaceship:
description: Deploy your chain into a remote server in minutes
path: ./spaceship
explorer:
description: Easy to use terminal chain explorer for testing your Ignite blockchains
path: ./explorer
fee-abstraction:
description: Integrate the fee abstraction module from osmosis-labs to make it easy for new chains to accept the currencies of existing chains
path: ./fee-abstraction
hermes:
description: A wrapper around the hermes IBC relayer
path: ./hermes
appregistry:
description: Explore the world of Ignite applications and more!
path: ./appregistry
consumer:
description: Internal Ignite App for scaffolding consumer chains (not to be installed manually)
path: ./consumer
evolve:
description: Scaffold a Evolve application with ease
path: ./evolve
wasm:
description: Scaffold a CosmosWasm-enabled chain with ease
path: ./wasm
connect:
description: Interact with any Cosmos SDK based blockchain using Ignite Connect
path: ./connect
cca:
description: Scaffold a blockchain frontend in seconds with Ignite
path: ./cca
evm:
description: Scaffold a Cosmos EVM-enabled chain with ease
path: ./evm
example-chain-info:
description: A simple chain information application
path: ./examples/chain-info
example-flags:
description: A simple flags usage application
path: ./examples/flags
example-health-monitor:
description: A simple health monitor application
path: ./examples/health-monitor
example-hello-world:
description: A simple hello world application
path: ./examples/hello-world
example-spinner:
description: A simple spinner application
path: ./examples/spinner
example-hooks:
description: A simple hooks application
path: ./examples/hooks
gnovm:
description: Scaffold a GnoVM-enabled chain with ease
path: ./gnovm