├── static ├── .nojekyll ├── img │ ├── 404page.png │ ├── banner.png │ ├── favicon.ico │ ├── favicon.png │ ├── nft │ │ ├── app.png │ │ ├── address.png │ │ ├── connect_app.png │ │ ├── minted_nft.png │ │ ├── nft_search.png │ │ ├── nft_station.png │ │ ├── test_wallet.png │ │ ├── connect_wallet.png │ │ ├── copy_address.png │ │ ├── input_wallet.png │ │ ├── recover_wallet.png │ │ ├── wallet-manager.png │ │ └── extension_localterra.png │ ├── docs_card.png │ ├── docs_logo.png │ ├── logo_light.png │ ├── send_qrcode.png │ ├── tut_counter.gif │ ├── bridges │ │ └── portal.png │ ├── screens │ │ ├── network.png │ │ ├── vesting.png │ │ ├── ext-menu.png │ │ ├── ext-wallet.png │ │ ├── ext-confirm.png │ │ ├── create │ │ │ ├── create-1.png │ │ │ ├── create-2.png │ │ │ ├── create-3.png │ │ │ ├── create-4.png │ │ │ └── create-5.png │ │ ├── ext-new-wallet.png │ │ ├── ext-send-amount.png │ │ ├── ext-send-submit.png │ │ ├── ext-wallet-menu.png │ │ ├── ext-wallet-send.png │ │ ├── import │ │ │ ├── import-1.png │ │ │ ├── import-2.png │ │ │ ├── import-3.png │ │ │ └── import-4.png │ │ ├── ledger │ │ │ ├── ledger-1.png │ │ │ ├── ledger-2.png │ │ │ ├── ledger-3.png │ │ │ └── ledger-4.png │ │ ├── ext-wallet-input.png │ │ ├── upgrade │ │ │ ├── upgrade-1.png │ │ │ ├── upgrade-2.png │ │ │ ├── upgrade-3.png │ │ │ ├── upgrade-4.png │ │ │ ├── upgrade-5.png │ │ │ ├── upgrade-6.png │ │ │ └── upgrade-7.png │ │ ├── ext-connect-wallet.png │ │ ├── ext-wallet-complete.png │ │ └── station-classic │ │ │ ├── 2-dev.png │ │ │ ├── 4-done.png │ │ │ ├── 5-pin.png │ │ │ ├── 1-toggle.png │ │ │ └── 3-unpacked.png │ ├── ArrowDarkBlue.svg │ ├── ArrowLightBlue.svg │ ├── ArrowWhite.svg │ ├── icons │ │ ├── links │ │ │ ├── telegram.svg │ │ │ ├── medium.svg │ │ │ ├── twitter.svg │ │ │ ├── github.svg │ │ │ ├── bluegithub.svg │ │ │ ├── whitegithub.svg │ │ │ └── discord.svg │ │ ├── dark │ │ │ ├── links │ │ │ │ ├── telegram.svg │ │ │ │ ├── medium.svg │ │ │ │ ├── twitter.svg │ │ │ │ ├── github.svg │ │ │ │ └── discord.svg │ │ │ ├── params.svg │ │ │ ├── history.svg │ │ │ ├── sync-1.svg │ │ │ ├── swap-2.svg │ │ │ ├── stable.svg │ │ │ ├── governance.svg │ │ │ ├── governance_2.svg │ │ │ ├── about.svg │ │ │ ├── Glossary.svg │ │ │ ├── mainnet.svg │ │ │ ├── codebox.svg │ │ │ ├── wallet.svg │ │ │ ├── crisis.svg │ │ │ ├── walletconnect03.svg │ │ │ ├── lunc.svg │ │ │ ├── node.svg │ │ │ ├── swap-1.svg │ │ │ ├── wasm.svg │ │ │ ├── send.svg │ │ │ ├── distribution.svg │ │ │ ├── validator.svg │ │ │ ├── bank.svg │ │ │ ├── nft.svg │ │ │ ├── Terrad.svg │ │ │ ├── sync-2.svg │ │ │ ├── finder.svg │ │ │ ├── tic-tac-toe.svg │ │ │ ├── walletprovider.svg │ │ │ ├── buildanapp02.svg │ │ │ ├── market.svg │ │ │ ├── auth.svg │ │ │ ├── buy.svg │ │ │ ├── authz.svg │ │ │ ├── testnet.svg │ │ │ └── slashing.svg │ │ ├── core │ │ │ ├── params.svg │ │ │ ├── governance_2.svg │ │ │ ├── crisis.svg │ │ │ ├── wasm.svg │ │ │ ├── distribution.svg │ │ │ ├── bank.svg │ │ │ ├── auth.svg │ │ │ ├── authz.svg │ │ │ └── slashing.svg │ │ ├── sync-1.svg │ │ ├── station │ │ │ ├── history.svg │ │ │ ├── wallet.svg │ │ │ ├── send.svg │ │ │ ├── nft.svg │ │ │ ├── governance.svg │ │ │ └── buy.svg │ │ ├── swap-2.svg │ │ ├── stable.svg │ │ ├── Governance.svg │ │ ├── about.svg │ │ ├── Glossary.svg │ │ ├── mainnet.svg │ │ ├── codebox.svg │ │ ├── walletconnect03.svg │ │ ├── lunc.svg │ │ ├── node.svg │ │ ├── swap-1.svg │ │ ├── validator.svg │ │ ├── Terrad.svg │ │ ├── sync-2.svg │ │ ├── finder.svg │ │ ├── tic-tac-toe.svg │ │ ├── walletprovider.svg │ │ ├── buildanapp02.svg │ │ ├── market.svg │ │ └── testnet.svg │ └── Luna-logo-white.svg ├── brand-assets │ ├── luna-icons.zip │ ├── terra-icons.zip │ ├── terra-logos.ai │ ├── station-banner.png │ ├── station-icon.png │ ├── luna-classic-icons.zip │ ├── terra-classic-icons.zip │ └── terra-classic-stablecoin-icons.zip └── fonts │ ├── Gotham-Black_Web.woff2 │ ├── Gotham-Bold_Web.woff2 │ ├── Gotham-Book_Web.woff2 │ ├── Gotham-Light_Web.woff2 │ ├── Gotham-Thin_Web.woff2 │ ├── Gotham-Ultra_Web.woff2 │ ├── Gotham-Medium_Web.woff2 │ ├── Gotham-XLight_Web.woff2 │ ├── Gotham-BoldItalic_Web.woff2 │ ├── Gotham-BookItalic_Web.woff2 │ ├── Gotham-ThinItalic_Web.woff2 │ ├── Gotham-BlackItalic_Web.woff2 │ ├── Gotham-LightItalic_Web.woff2 │ ├── Gotham-MediumItalic_Web.woff2 │ ├── Gotham-UltraItalic_Web.woff2 │ └── Gotham-XLightItalic_Web.woff2 ├── .gitattributes ├── docs ├── develop │ ├── terrad │ │ └── commands │ │ │ ├── _category_.json │ │ │ ├── debug │ │ │ ├── _category_.json │ │ │ ├── README.mdx │ │ │ ├── terrad_debug_addr.mdx │ │ │ ├── terrad_debug_raw-bytes.mdx │ │ │ └── terrad_debug_pubkey.mdx │ │ │ ├── keys │ │ │ ├── _category_.json │ │ │ ├── README.mdx │ │ │ ├── terrad_keys_import.mdx │ │ │ ├── terrad_keys_list.mdx │ │ │ └── terrad_keys_parse.mdx │ │ │ ├── queries │ │ │ ├── _category_.json │ │ │ ├── auth │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_auth_account.mdx │ │ │ │ ├── terrad_query_auth.mdx │ │ │ │ ├── terrad_query_auth_module-account.mdx │ │ │ │ └── terrad_query_auth_params.mdx │ │ │ ├── bank │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_query_bank.mdx │ │ │ ├── gov │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_gov_proposer.mdx │ │ │ │ ├── terrad_query_gov_vote.mdx │ │ │ │ ├── terrad_query_gov_deposit.mdx │ │ │ │ ├── terrad_query_gov_param.mdx │ │ │ │ ├── terrad_query_gov_tally.mdx │ │ │ │ └── terrad_query_gov_proposal.mdx │ │ │ ├── ibc │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_ibc_client_status.mdx │ │ │ │ ├── terrad_query_ibc.mdx │ │ │ │ ├── terrad_query_ibc_connection.mdx │ │ │ │ ├── terrad_query_ibc_client_params.mdx │ │ │ │ ├── terrad_query_ibc_channel_packet-ack.mdx │ │ │ │ ├── terrad_query_ibc_channel_packet-commitment.mdx │ │ │ │ ├── terrad_query_ibc_client_state.mdx │ │ │ │ ├── terrad_query_ibc_channel_next-sequence-receive.mdx │ │ │ │ ├── terrad_query_ibc_connection_end.mdx │ │ │ │ ├── terrad_query_ibc_client_header.mdx │ │ │ │ ├── terrad_query_ibc_connection_path.mdx │ │ │ │ ├── terrad_query_ibc_channel_end.mdx │ │ │ │ └── terrad_query_ibc_channel_client-state.mdx │ │ │ ├── authz │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_query_authz.mdx │ │ │ ├── mint │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_mint.mdx │ │ │ │ ├── terrad_query_mint_inflation.mdx │ │ │ │ └── terrad_query_mint_annual-provisions.mdx │ │ │ ├── wasm │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_wasm_libwasmvm-version.mdx │ │ │ │ ├── terrad_query_wasm_code-info.mdx │ │ │ │ ├── terrad_query_wasm_code.mdx │ │ │ │ ├── terrad_query_wasm_contract.mdx │ │ │ │ └── terrad_query_wasm_contract-state.mdx │ │ │ ├── feegrant │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_feegrant.mdx │ │ │ │ └── terrad_query_feegrant_grant.mdx │ │ │ ├── slashing │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_query_slashing.mdx │ │ │ ├── staking │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_staking_historical-info.mdx │ │ │ │ ├── terrad_query_staking_params.mdx │ │ │ │ └── terrad_query_staking_validator.mdx │ │ │ ├── upgrade │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_upgrade.mdx │ │ │ │ └── terrad_query_upgrade_plan.mdx │ │ │ ├── distribution │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_distribution_community-pool.mdx │ │ │ │ └── terrad_query_distribution_commission.mdx │ │ │ ├── ibc-transfer │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_ibc-transfer_params.mdx │ │ │ │ ├── terrad_query_ibc-transfer_escrow-address.mdx │ │ │ │ ├── terrad_query_ibc-transfer_denom-hash.mdx │ │ │ │ └── terrad_query_ibc-transfer_denom-trace.mdx │ │ │ ├── interchain-accounts │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_query_interchain-accounts.mdx │ │ │ │ ├── terrad_query_interchain-accounts_host.mdx │ │ │ │ ├── terrad_query_interchain-accounts_controller.mdx │ │ │ │ └── terrad_query_interchain-accounts_host_params.mdx │ │ │ ├── README.mdx │ │ │ ├── terrad_query_block.mdx │ │ │ ├── terrad_query_params_subspace.mdx │ │ │ ├── terrad_query_ibc-router_params.mdx │ │ │ ├── terrad_query_account.mdx │ │ │ └── terrad_query_tendermint-validator-set.mdx │ │ │ ├── tendermint │ │ │ ├── _category_.json │ │ │ ├── terrad_tendermint_show-node-id.mdx │ │ │ ├── terrad_tendermint_show-validator.mdx │ │ │ ├── terrad_tendermint_show-address.mdx │ │ │ ├── terrad_tendermint_version.mdx │ │ │ ├── terrad_tendermint_reset-state.mdx │ │ │ └── terrad_tendermint_unsafe-reset-all.mdx │ │ │ ├── transactions │ │ │ ├── gov │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_tx_gov.mdx │ │ │ ├── ibc │ │ │ │ ├── _category_.json │ │ │ │ ├── terrad_tx_ibc.mdx │ │ │ │ ├── terrad_tx_ibc_client_update.mdx │ │ │ │ └── terrad_tx_ibc_client_misbehaviour.mdx │ │ │ ├── authz │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_tx_authz.mdx │ │ │ ├── wasm │ │ │ │ └── _category_.json │ │ │ ├── _category_.json │ │ │ ├── alliance │ │ │ │ └── _category_.json │ │ │ ├── feegrant │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_tx_feegrant.mdx │ │ │ ├── ibc-fee │ │ │ │ └── _category_.json │ │ │ ├── intertx │ │ │ │ └── _category_.json │ │ │ ├── staking │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_tx_staking.mdx │ │ │ ├── vesting │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_tx_vesting.mdx │ │ │ ├── distribution │ │ │ │ └── _category_.json │ │ │ ├── token-factory │ │ │ │ └── _category_.json │ │ │ ├── interchain-accounts │ │ │ │ ├── _category_.json │ │ │ │ └── terrad_tx_interchain-accounts_host.mdx │ │ │ ├── README.mdx │ │ │ └── terrad_tx_evidence.mdx │ │ │ ├── README.mdx │ │ │ ├── terrad_help.mdx │ │ │ ├── terrad_version.mdx │ │ │ ├── terrad_status.mdx │ │ │ ├── terrad_export.mdx │ │ │ ├── terrad_validate-genesis.mdx │ │ │ ├── terrad_rollback.mdx │ │ │ └── terrad_rosetta.mdx │ ├── examples │ │ ├── nft.mdx │ │ └── token-factory.mdx │ ├── guides │ │ ├── initial.mdx │ │ ├── README.mdx │ │ └── .smart-contracts │ │ │ ├── manage-cw20-tokens.mdx │ │ │ └── build-terra-dapp.mdx │ ├── feather-js │ │ ├── terra-classic.mdx │ │ ├── numeric.mdx │ │ ├── make-a-connection.mdx │ │ └── coin-and-coins.mdx │ ├── README.mdx │ ├── swagger.mdx │ ├── terrain │ │ └── README.mdx │ ├── localterra │ │ └── README.mdx │ └── module-specifications │ │ └── spec-crisis.mdx ├── learn │ ├── assets.mdx │ ├── README.mdx │ └── fees.mdx ├── landing-pages │ ├── full-node.mdx │ └── migration.mdx ├── index.mdx └── full-node │ ├── run-a-full-terra-node │ └── README.mdx │ └── manage-a-terra-validator │ └── restore.mdx ├── babel.config.js ├── .prettierrc ├── src ├── styles │ └── main.scss ├── theme │ ├── Link │ │ ├── Hyperlink.tsx │ │ ├── Hyperlinks.tsx │ │ ├── Copyright.tsx │ │ ├── SocialLink.tsx │ │ ├── SocialLinks.tsx │ │ └── link-data │ │ │ └── hyperlinks.ts │ └── Footer │ │ └── index.tsx └── components │ └── Cards │ ├── card-data │ └── station-cards.ts │ ├── Card.tsx │ └── CardSection.tsx ├── .gitignore ├── LICENSE └── .github └── workflows └── default.yml /static/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.eot binary 2 | *.otf binary 3 | *.ttf binary 4 | *.woff binary 5 | *.woff2 binary -------------------------------------------------------------------------------- /static/img/404page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/404page.png -------------------------------------------------------------------------------- /static/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/banner.png -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/favicon.png -------------------------------------------------------------------------------- /static/img/nft/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/app.png -------------------------------------------------------------------------------- /static/img/docs_card.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/docs_card.png -------------------------------------------------------------------------------- /static/img/docs_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/docs_logo.png -------------------------------------------------------------------------------- /static/img/logo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/logo_light.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Commands", 3 | "position": 3 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/debug/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Debug", 3 | "position": 4 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/keys/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Keys", 3 | "position": 8 4 | } -------------------------------------------------------------------------------- /static/img/nft/address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/address.png -------------------------------------------------------------------------------- /static/img/send_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/send_qrcode.png -------------------------------------------------------------------------------- /static/img/tut_counter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/tut_counter.gif -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Queries", 3 | "position": 8.5 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/auth/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Auth", 3 | "position": 3 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/bank/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Bank", 3 | "position": 5 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Gov", 3 | "position": 10 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "IBC", 3 | "position": 11 4 | } -------------------------------------------------------------------------------- /static/img/bridges/portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/bridges/portal.png -------------------------------------------------------------------------------- /static/img/nft/connect_app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/connect_app.png -------------------------------------------------------------------------------- /static/img/nft/minted_nft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/minted_nft.png -------------------------------------------------------------------------------- /static/img/nft/nft_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/nft_search.png -------------------------------------------------------------------------------- /static/img/nft/nft_station.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/nft_station.png -------------------------------------------------------------------------------- /static/img/nft/test_wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/test_wallet.png -------------------------------------------------------------------------------- /static/img/screens/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/network.png -------------------------------------------------------------------------------- /static/img/screens/vesting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/vesting.png -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: [require.resolve('@docusaurus/core/lib/babel/preset')], 3 | }; 4 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/authz/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Authz", 3 | "position": 4 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/mint/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Mint", 3 | "position": 15 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/wasm/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Wasm", 3 | "position": 23 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Tendermint", 3 | "position": 13 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/gov/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Gov", 3 | "position": 11 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/ibc/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "IBC", 3 | "position": 12 4 | } -------------------------------------------------------------------------------- /static/img/nft/connect_wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/connect_wallet.png -------------------------------------------------------------------------------- /static/img/nft/copy_address.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/copy_address.png -------------------------------------------------------------------------------- /static/img/nft/input_wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/input_wallet.png -------------------------------------------------------------------------------- /static/img/nft/recover_wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/recover_wallet.png -------------------------------------------------------------------------------- /static/img/nft/wallet-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/wallet-manager.png -------------------------------------------------------------------------------- /static/img/screens/ext-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-menu.png -------------------------------------------------------------------------------- /static/img/screens/ext-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-wallet.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/feegrant/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Feegrant", 3 | "position": 9 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/slashing/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Slashing", 3 | "position": 17 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/staking/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Staking", 3 | "position": 18 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/upgrade/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Upgrade", 3 | "position": 22 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/authz/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Authz", 3 | "position": 2 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/wasm/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Wasm", 3 | "position": 21 4 | } -------------------------------------------------------------------------------- /static/brand-assets/luna-icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/luna-icons.zip -------------------------------------------------------------------------------- /static/brand-assets/terra-icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/terra-icons.zip -------------------------------------------------------------------------------- /static/brand-assets/terra-logos.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/terra-logos.ai -------------------------------------------------------------------------------- /static/fonts/Gotham-Black_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Black_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-Bold_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Bold_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-Book_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Book_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-Light_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Light_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-Thin_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Thin_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-Ultra_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Ultra_Web.woff2 -------------------------------------------------------------------------------- /static/img/screens/ext-confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-confirm.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Transactions (tx)", 3 | "position": 14 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/alliance/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Alliance", 3 | "position": 2 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/feegrant/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Feegrant", 3 | "position": 10 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/ibc-fee/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "IBC Fee", 3 | "position": 12 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/intertx/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Intertx", 3 | "position": 12.6 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/staking/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Staking", 3 | "position": 18 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/vesting/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Vesting", 3 | "position": 20 4 | } -------------------------------------------------------------------------------- /static/brand-assets/station-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/station-banner.png -------------------------------------------------------------------------------- /static/brand-assets/station-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/station-icon.png -------------------------------------------------------------------------------- /static/fonts/Gotham-Medium_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-Medium_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-XLight_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-XLight_Web.woff2 -------------------------------------------------------------------------------- /static/img/screens/create/create-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/create/create-1.png -------------------------------------------------------------------------------- /static/img/screens/create/create-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/create/create-2.png -------------------------------------------------------------------------------- /static/img/screens/create/create-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/create/create-3.png -------------------------------------------------------------------------------- /static/img/screens/create/create-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/create/create-4.png -------------------------------------------------------------------------------- /static/img/screens/create/create-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/create/create-5.png -------------------------------------------------------------------------------- /static/img/screens/ext-new-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-new-wallet.png -------------------------------------------------------------------------------- /static/img/screens/ext-send-amount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-send-amount.png -------------------------------------------------------------------------------- /static/img/screens/ext-send-submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-send-submit.png -------------------------------------------------------------------------------- /static/img/screens/ext-wallet-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-wallet-menu.png -------------------------------------------------------------------------------- /static/img/screens/ext-wallet-send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-wallet-send.png -------------------------------------------------------------------------------- /static/img/screens/import/import-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/import/import-1.png -------------------------------------------------------------------------------- /static/img/screens/import/import-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/import/import-2.png -------------------------------------------------------------------------------- /static/img/screens/import/import-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/import/import-3.png -------------------------------------------------------------------------------- /static/img/screens/import/import-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/import/import-4.png -------------------------------------------------------------------------------- /static/img/screens/ledger/ledger-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ledger/ledger-1.png -------------------------------------------------------------------------------- /static/img/screens/ledger/ledger-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ledger/ledger-2.png -------------------------------------------------------------------------------- /static/img/screens/ledger/ledger-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ledger/ledger-3.png -------------------------------------------------------------------------------- /static/img/screens/ledger/ledger-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ledger/ledger-4.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/distribution/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Distribution", 3 | "position": 7 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc-transfer/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "IBC-transfer", 3 | "position": 13 4 | } -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/distribution/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Distribution", 3 | "position": 7 4 | } -------------------------------------------------------------------------------- /static/fonts/Gotham-BoldItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-BoldItalic_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-BookItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-BookItalic_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-ThinItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-ThinItalic_Web.woff2 -------------------------------------------------------------------------------- /static/img/nft/extension_localterra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/nft/extension_localterra.png -------------------------------------------------------------------------------- /static/img/screens/ext-wallet-input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-wallet-input.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-1.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-2.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-3.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-4.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-5.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-6.png -------------------------------------------------------------------------------- /static/img/screens/upgrade/upgrade-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/upgrade/upgrade-7.png -------------------------------------------------------------------------------- /static/brand-assets/luna-classic-icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/luna-classic-icons.zip -------------------------------------------------------------------------------- /static/brand-assets/terra-classic-icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/terra-classic-icons.zip -------------------------------------------------------------------------------- /static/fonts/Gotham-BlackItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-BlackItalic_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-LightItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-LightItalic_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-MediumItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-MediumItalic_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-UltraItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-UltraItalic_Web.woff2 -------------------------------------------------------------------------------- /static/fonts/Gotham-XLightItalic_Web.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/fonts/Gotham-XLightItalic_Web.woff2 -------------------------------------------------------------------------------- /static/img/screens/ext-connect-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-connect-wallet.png -------------------------------------------------------------------------------- /static/img/screens/ext-wallet-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/ext-wallet-complete.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/token-factory/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Token Factory", 3 | "position": 18.1 4 | } -------------------------------------------------------------------------------- /static/img/screens/station-classic/2-dev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/station-classic/2-dev.png -------------------------------------------------------------------------------- /static/img/screens/station-classic/4-done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/station-classic/4-done.png -------------------------------------------------------------------------------- /static/img/screens/station-classic/5-pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/station-classic/5-pin.png -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "tabWidth": 2, 3 | "useTabs": false, 4 | "singleQuote": true, 5 | "trailingComma": "all", 6 | "printWidth": 80 7 | } 8 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/interchain-accounts/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Interchain-Accounts", 3 | "position": 14 4 | } -------------------------------------------------------------------------------- /static/img/screens/station-classic/1-toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/station-classic/1-toggle.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/interchain-accounts/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Interchain accounts", 3 | "position": 12.5 4 | } -------------------------------------------------------------------------------- /static/img/screens/station-classic/3-unpacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/img/screens/station-classic/3-unpacked.png -------------------------------------------------------------------------------- /docs/develop/terrad/commands/README.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Terrad 3 | hide_title: true 4 | --- 5 | 6 | import Contents from './terrad.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /static/brand-assets/terra-classic-stablecoin-icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/terra-money/docs/HEAD/static/brand-assets/terra-classic-stablecoin-icons.zip -------------------------------------------------------------------------------- /docs/develop/terrad/commands/keys/README.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Terrad keys 3 | hide_title: true 4 | --- 5 | 6 | import Contents from './terrad_keys.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/README.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Queries 3 | hide_title: true 4 | --- 5 | 6 | import Contents from './terrad_query.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/debug/README.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Terrad debug 3 | hide_title: true 4 | --- 5 | 6 | import Contents from './terrad_debug.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/README.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Terrad tx 3 | hide_title: true 4 | --- 5 | 6 | import Contents from './terrad_tx.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/examples/nft.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Mint an NFT using Terrain 3 | hide_title: true 4 | --- 5 | 6 | import Contents from '../terrain/mint-an-nft.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/guides/initial.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Terrain initial setup 3 | hide_title: true 4 | --- 5 | 6 | import Contents from '../terrain/initial-setup.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/examples/token-factory.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Build a CW20 token factory 3 | hide_title: true 4 | --- 5 | 6 | import Contents from '../terrain/cw20-factory.mdx' 7 | 8 | 9 | -------------------------------------------------------------------------------- /static/img/ArrowDarkBlue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /static/img/ArrowLightBlue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /static/img/ArrowWhite.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /src/styles/main.scss: -------------------------------------------------------------------------------- 1 | // Utilities 2 | @import "./variables"; 3 | 4 | // Styles 5 | @import './custom.scss'; 6 | @import './fonts.scss'; 7 | @import './asideMenu.scss'; 8 | @import './navbar.scss'; 9 | @import './cards.scss'; 10 | @import './pagination.scss'; 11 | @import './footer.scss'; 12 | -------------------------------------------------------------------------------- /docs/develop/guides/README.mdx: -------------------------------------------------------------------------------- 1 | # Guides 2 | 3 | Use these guides to start building! 4 | 5 | If this is your first time building on Terra, check out the [Getting started guide](../../../docs/develop/get-started.mdx). 6 | Not sure which tool to use? Check out the [tool page](../../../docs/develop/which-tools.mdx). 7 | -------------------------------------------------------------------------------- /docs/develop/feather-js/terra-classic.mdx: -------------------------------------------------------------------------------- 1 | import Admonition from '@theme/Admonition'; 2 | 3 | # Using Terra Classic 4 | 5 | 6 | 7 | Feather.js doesn't support Terra Classic at this time. Please use the [Terra Classic docs site](https://classic-docs.terra.money/) for more information. 8 | 9 | 10 | -------------------------------------------------------------------------------- /docs/learn/assets.mdx: -------------------------------------------------------------------------------- 1 | # Terra Brand Assets 2 | 3 | ## Logos 4 | 5 | - [Terra logos](/brand-assets/terra-icons.zip) 6 | - [Luna logos](/brand-assets/luna-icons.zip) 7 | 8 | ## Station assets 9 | 10 | - [Icon](/brand-assets/station-icon.png) 11 | - [Favicon](/brand-assets/station-favicon.svg) 12 | - [Banner](/brand-assets/station-banner.png) -------------------------------------------------------------------------------- /src/theme/Link/Hyperlink.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | export interface HyperlinkProps { 4 | href: string; 5 | innerHTML: string; 6 | } 7 | 8 | export const Hyperlink: React.FC = ({ href, innerHTML }) => { 9 | return ( 10 | 11 | {innerHTML} 12 | 13 | ) 14 | } 15 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Dependencies 2 | /node_modules 3 | 4 | # Production 5 | /build 6 | 7 | # Generated files 8 | .docusaurus 9 | .cache-loader 10 | 11 | # Misc 12 | .DS_Store 13 | .env.local 14 | .env.development.local 15 | .env.test.local 16 | .env.production.local 17 | .vscode 18 | 19 | npm-debug.log* 20 | yarn-debug.log* 21 | yarn-error.log* 22 | .DS_Store 23 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_help.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Help 3 | sidebar_position: 6.5 4 | --- 5 | 6 | # terrad help 7 | 8 | Displays command help info in terminal. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad [command] help 14 | ``` 15 | 16 | ## See also 17 | 18 | * [terrad](./terrad.mdx) - The Terra Blockchain's CLI and node daemon. 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/landing-pages/full-node.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | slug: /full-node 3 | --- 4 | 5 | import CardSection from '/src/components/Cards/CardSection'; 6 | import fullNodeCards from '/src/components/Cards/card-data/full-node-cards'; 7 | 8 | # Full node 9 | 10 | Use this section to learn about running a full node on the Terra network. 11 | 12 | 13 | -------------------------------------------------------------------------------- /docs/develop/feather-js/numeric.mdx: -------------------------------------------------------------------------------- 1 | # Numeric 2 | 3 | Feather.js includes `Dec` and `Int`, which represent decimal numbers and integer numbers compatible with the Cosmos-SDK. 4 | 5 | ```ts 6 | import { Dec, Int } from '@terra-money/feather.js'; 7 | 8 | // conversion into dec 9 | const d = new Dec(123.11); 10 | 11 | // addition 12 | d.add(3).sub(5).div(3).mod(2); 13 | ``` 14 | -------------------------------------------------------------------------------- /docs/develop/README.mdx: -------------------------------------------------------------------------------- 1 | import CardSection from '/src/components/Cards/CardSection'; 2 | import developCards from '/src/components/Cards/card-data/develop-cards'; 3 | 4 | # Develop 5 | 6 | Welcome to the Terra developer documentation. If this is your first time building on Terra, visit the [get started page](./get-started.mdx) to start building! 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/landing-pages/migration.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | slug: /migration-guides 3 | --- 4 | 5 | import CardSection from '/src/components/Cards/CardSection'; 6 | import migrationCards from '/src/components/Cards/card-data/migration-cards'; 7 | 8 | # Terra migration guides 9 | 10 | These guides will cover the migration from Terra Classic to the new Terra chain. 11 | 12 | 13 | -------------------------------------------------------------------------------- /static/img/icons/links/telegram.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/terrad_tendermint_show-node-id.mdx: -------------------------------------------------------------------------------- 1 | # terrad tendermint show-node-id 2 | 3 | Show this node's ID. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tendermint show-node-id [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for show-node-id 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad](../terrad.mdx) - The Terra Blockchain's CLI and node daemon. . 20 | 21 | 22 | -------------------------------------------------------------------------------- /static/img/icons/dark/links/telegram.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/img/icons/links/medium.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/develop/guides/.smart-contracts/manage-cw20-tokens.mdx: -------------------------------------------------------------------------------- 1 | # CW20 Tokens 2 | 3 | According to the [cw20 crate documentation](https://docs.rs/crate/cw20/0.2.3): 4 | 5 | > CW20 is a specification for fungible tokens based on CosmWasm. The name and design is loosely based on Ethereum's ERC20 standard, but many changes have been made. The types in here can be imported by contracts that wish to implement this spec, or by contracts that call to any standard CW20 contract. 6 | -------------------------------------------------------------------------------- /docs/learn/README.mdx: -------------------------------------------------------------------------------- 1 | import CardSection from '/src/components/Cards/CardSection'; 2 | import learnCards from '/src/components/Cards/card-data/learn-cards'; 3 | 4 | # Learn 5 | 6 | Discover [how Terra works](./protocol.mdx) and learn about [validators](./protocol.mdx#validators), [staking](./protocol.mdx#staking), and [governance](./protocol.mdx#governance). Browse the [glossary](./glossary.mdx) to look up helpful terms. 7 | 8 | 9 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_version.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Version 3 | sidebar_position: 16 4 | --- 5 | 6 | # terrad version 7 | 8 | Print the application binary version information. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad version 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for version 20 | ``` 21 | 22 | ## See also 23 | 24 | * [terrad](./terrad.mdx) - The Terra Blockchain's CLI and node daemon. 25 | 26 | 27 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/terrad_tendermint_show-validator.mdx: -------------------------------------------------------------------------------- 1 | # terrad tendermint show-validator 2 | 3 | Show this node's tendermint validator info. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tendermint show-validator [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for show-validator 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad](../terrad.mdx) - The Terra Blockchain's CLI and node daemon. 20 | 21 | 22 | -------------------------------------------------------------------------------- /static/img/icons/dark/links/medium.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/terrad_tendermint_show-address.mdx: -------------------------------------------------------------------------------- 1 | # terrad tendermint show-address 2 | 3 | Shows this node's tendermint validator consensus address. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tendermint show-address [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for show-address 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad](../terrad.mdx) - The Terra Blockchain's CLI and node daemon. . 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/terrad_tendermint_version.mdx: -------------------------------------------------------------------------------- 1 | # terrad tendermint version 2 | 3 | Print the version numbers of the protocols and libraries against which this app has been compiled. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tendermint version [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for version 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad](../terrad.mdx) - The Terra Blockchain's CLI and node daemon. 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/ibc/terrad_tx_ibc.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx ibc 2 | 3 | IBC transaction subcommands. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx ibc [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for ibc 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. 26 | 27 | -------------------------------------------------------------------------------- /docs/develop/swagger.mdx: -------------------------------------------------------------------------------- 1 | import ApiDocMdx from '@theme/ApiDocMdx'; 2 | import Admonition from '@theme/Admonition'; 3 | 4 | 5 | # Swagger REST API 6 | 7 | 8 | 9 | Terra's complete Swagger API documentation can be found at [https://phoenix-lcd.terra.dev/swagger/](https://phoenix-lcd.terra.dev/swagger/). 10 | 11 | To learn about Terra's Light Client Daemon (LCD), visit [Start the light client daemon (LCD)](./guides/start-lcd.mdx). 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /static/img/icons/core/params.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/params.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/debug/terrad_debug_addr.mdx: -------------------------------------------------------------------------------- 1 | # terrad debug addr 2 | 3 | Changes an address from `hex` encoding to `bech32`. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad debug addr [address] [flags] 9 | ``` 10 | 11 | ## Example 12 | 13 | ```sh Terrad 14 | terrad debug addr terra1e0jnq2sun3dzjh8p2xq95kk0expwmd7shwjpfg 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | -h, --help help for addr 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad debug](./terrad_debug.mdx) - A tool to help with app debugging. 26 | 27 | 28 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_status.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Status 3 | sidebar_position: 12 4 | --- 5 | 6 | # terrad status 7 | 8 | Displays the status of a remote node. 9 | 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad status [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | -h, --help help for status 21 | -n, --node string Node to connect to (default "tcp://localhost:26657") 22 | ``` 23 | 24 | ## See also 25 | 26 | * [terrad](./terrad.mdx) - The Terra Blockchain's CLI and node daemon. 27 | 28 | 29 | -------------------------------------------------------------------------------- /static/img/icons/links/twitter.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/img/icons/sync-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/history.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/links/twitter.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/img/icons/dark/sync-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/station/history.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/swap-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/swap-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/index.mdx: -------------------------------------------------------------------------------- 1 | import CardSection from '/src/components/Cards/CardSection'; 2 | import homeCards from '/src/components/Cards/card-data/home-cards'; 3 | 4 | # Terra Docs 5 | 6 | Welcome to the official documentation for Terra, a decentralized, [open-source blockchain](https://github.com/terra-money/core) which hosts a vibrant ecosystem of decentralized applications (dApps) and offers cutting-edge [developer tools](./develop/which-tools.mdx). If you are looking for the documentation for Terra Classic, visit the [Terra Classic docs site](https://classic-docs.terra.money/). 7 | 8 | 9 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Copyright 2022 Terraform Labs Pte 2 | 3 | Licensed under the Apache License, Version 2.0 (the "License"); 4 | you may not use this file except in compliance with the License. 5 | You may obtain a copy of the License at 6 | 7 | http://www.apache.org/licenses/LICENSE-2.0 8 | 9 | Unless required by applicable law or agreed to in writing, software 10 | distributed under the License is distributed on an "AS IS" BASIS, 11 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 | See the License for the specific language governing permissions and 13 | limitations under the License. 14 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/terrad_tx_evidence.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Evidence 3 | sidebar_position: 9 4 | --- 5 | 6 | # terrad tx evidence 7 | 8 | Evidence transaction subcommands. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad tx evidence [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for evidence 20 | ``` 21 | 22 | ## Options inherited from parent commands 23 | 24 | ```sh Terrad 25 | --chain-id string The network chain ID 26 | ``` 27 | 28 | ## See also 29 | 30 | * [terrad tx](./terrad_tx.mdx) - Transactions subcommands. 31 | 32 | 33 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/wasm/terrad_query_wasm_libwasmvm-version.mdx: -------------------------------------------------------------------------------- 1 | # terrad query wasm libwasmvm-version 2 | 3 | Get libwasmvm version. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query wasm libwasmvm-version [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for libwasmvm-version 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad query wasm](./terrad_query_wasm.mdx) - Querying commands for the wasm module. 26 | 27 | 28 | -------------------------------------------------------------------------------- /src/theme/Link/Hyperlinks.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { Hyperlink, HyperlinkProps } from './Hyperlink'; 3 | 4 | interface HyperlinkItems { 5 | hyperlinks: HyperlinkProps[]; 6 | } 7 | 8 | const Hyperlinks: React.FC = ({ hyperlinks }) => { 9 | return ( 10 |
11 | {hyperlinks.map((hyperlink) => { 12 | return ( 13 | 17 | ) 18 | })} 19 |
20 | ) 21 | } 22 | 23 | export default Hyperlinks; 24 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/terrad_tendermint_reset-state.mdx: -------------------------------------------------------------------------------- 1 | import Admonition from '@theme/Admonition'; 2 | 3 | # terrad tendermint reset-state 4 | 5 | Remove all the data and WAL. 6 | 7 | 8 | ## Usage 9 | 10 | 11 | 12 | Use this command with caution. 13 | 14 | 15 | 16 | ```sh Terrad 17 | terrad tendermint reset-state [flags] 18 | ``` 19 | 20 | 21 | 22 | ## Options 23 | 24 | ```sh Terrad 25 | -h, --help help for show-address 26 | ``` 27 | 28 | ## See also 29 | 30 | * [terrad](../terrad.mdx) - The Terra Blockchain's CLI and node daemon. . 31 | 32 | 33 | -------------------------------------------------------------------------------- /src/theme/Link/Copyright.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import ThemedImage from '@theme/ThemedImage'; 3 | 4 | const Copyright: React.FC = () => { 5 | return ( 6 |
7 | 8 | 14 | 15 |

{`Copyright © ${new Date().getFullYear()} Terraform Labs`}

16 |
17 | ) 18 | } 19 | 20 | export default Copyright; -------------------------------------------------------------------------------- /docs/develop/terrain/README.mdx: -------------------------------------------------------------------------------- 1 | import CardSection from '/src/components/Cards/CardSection'; 2 | import terrainCards from '/src/components/Cards/card-data/terrain-cards'; 3 | 4 | # Terrain 5 | 6 | Terrain is Terra’s all-in-one development environment, providing front-end and smart contract scaffolding for your dApp. 7 | 8 | This guide will walk you through setting up your environment, installing Terrain, and using the testnet or LocalTerra to interact with a network. 9 | 10 | For more information on Terrain, visit [Terrain's readme](https://github.com/terra-money/terrain#readme). 11 | 12 | 13 | -------------------------------------------------------------------------------- /static/img/icons/stable.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/stable.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/theme/Link/SocialLink.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import ThemedImage from '@theme/ThemedImage'; 3 | 4 | export interface SocialLinkProps { 5 | href: string; 6 | alt: string; 7 | lightSVG: string; 8 | darkSVG: string; 9 | } 10 | 11 | export const SocialLink: React.FC = ({ 12 | href, alt, lightSVG, darkSVG 13 | }) => { 14 | return ( 15 | 16 | 24 | 25 | ) 26 | } 27 | -------------------------------------------------------------------------------- /static/img/icons/Governance.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/links/github.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /static/img/icons/dark/governance.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/core/governance_2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/governance_2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/links/github.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/debug/terrad_debug_raw-bytes.mdx: -------------------------------------------------------------------------------- 1 | # terrad debug raw-bytes 2 | 3 | Convert raw bytes output (`[10 21 13 255]`) to hex. 4 | 5 | ## Synopsis 6 | 7 | Convert raw-bytes to hex. 8 | 9 | ## Example 10 | 11 | ```sh Terrad 12 | terrad debug raw-bytes [72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100] 13 | 14 | ``` 15 | 16 | ## Usage 17 | 18 | ```sh Terrad 19 | terrad debug raw-bytes [raw-bytes] [flags] 20 | ``` 21 | 22 | ## Options 23 | 24 | ```sh Terrad 25 | -h, --help help for raw-bytes 26 | ``` 27 | 28 | ## See also 29 | 30 | * [terrad debug](./terrad_debug.mdx) - A tool to help with app debugging. 31 | 32 | 33 | -------------------------------------------------------------------------------- /src/components/Cards/card-data/station-cards.ts: -------------------------------------------------------------------------------- 1 | import { CardProps } from '../Card'; 2 | 3 | const stationCards: CardProps[] = [ 4 | { 5 | href: '/station/get-started', 6 | lightSVG: '/img/icons/station/station.svg', 7 | darkSVG: '/img/icons/dark/station.svg', 8 | header: 'Get Started', 9 | summary: "Download Station and create a wallet.", 10 | }, 11 | { 12 | href: '/station/upgrade', 13 | lightSVG: '/img/icons/migration.svg', 14 | darkSVG: '/img/icons/dark/migration.svg', 15 | header: 'Upgrade Station', 16 | summary: 'Upgrade Station and import your wallets.', 17 | }, 18 | 19 | ]; 20 | 21 | export default stationCards; 22 | -------------------------------------------------------------------------------- /src/components/Cards/Card.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import ThemedImage from '@theme/ThemedImage'; 3 | 4 | export interface CardProps { 5 | href: string, 6 | lightSVG: string, 7 | darkSVG: string, 8 | header: string, 9 | summary: string 10 | } 11 | 12 | export const Card: React.FC = ({ 13 | href, lightSVG, darkSVG, header, summary 14 | }) => { 15 | return ( 16 | 17 | 21 |
22 |

{header}

23 |

{summary}

24 |
25 |
26 | ) 27 | } 28 | -------------------------------------------------------------------------------- /static/img/icons/about.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/about.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/debug/terrad_debug_pubkey.mdx: -------------------------------------------------------------------------------- 1 | # terrad debug pubkey 2 | 3 | Decode a pubkey from proto JSON. 4 | 5 | ## Synopsis 6 | 7 | Decode a pubkey from proto JSON and display its address. 8 | 9 | ## Example 10 | 11 | ```sh Terrad 12 | terrad debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}' 13 | 14 | ``` 15 | 16 | ## Usage 17 | 18 | ```sh Terrad 19 | terrad debug pubkey [pubkey] [flags] 20 | ``` 21 | 22 | ## Options 23 | 24 | ```sh Terrad 25 | -h, --help help for pubkey 26 | ``` 27 | 28 | ## See also 29 | 30 | * [terrad debug](./terrad_debug.mdx) - A tool to help with app debugging. 31 | 32 | 33 | -------------------------------------------------------------------------------- /static/img/icons/links/bluegithub.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /static/img/icons/links/whitegithub.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /static/img/icons/Glossary.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/Glossary.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/terrad_query_block.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Block 3 | sidebar_position: 6 4 | --- 5 | 6 | # terrad query block 7 | 8 | Get verified data for a block at a given height. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query block [height] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for block 20 | -n, --node string Node to connect to (default "tcp://localhost:26657") 21 | ``` 22 | 23 | ## Options inherited from parent commands 24 | 25 | ```sh Terrad 26 | --chain-id string The network chain ID 27 | ``` 28 | 29 | ## See also 30 | 31 | * [terrad query](./terrad_query.mdx) - Querying subcommands. 32 | 33 | 34 | -------------------------------------------------------------------------------- /static/img/icons/mainnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/theme/Link/SocialLinks.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { SocialLink, SocialLinkProps } from './SocialLink'; 3 | 4 | interface SocialLinkItems { 5 | socialLinks: SocialLinkProps[]; 6 | } 7 | 8 | const SocialLinks: React.FC = ({ socialLinks }) => { 9 | return ( 10 |
11 | {socialLinks.map((socialLink) => { 12 | return ( 13 | 19 | ) 20 | })} 21 |
22 | ) 23 | } 24 | 25 | export default SocialLinks; 26 | -------------------------------------------------------------------------------- /static/img/icons/dark/mainnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/components/Cards/CardSection.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { Card, CardProps } from './Card'; 3 | 4 | interface CardSectionProps { 5 | cards: CardProps[] 6 | } 7 | 8 | const CardSection: React.FC = ({ cards }) => { 9 | return ( 10 |
11 | {cards.map((card, index) => { 12 | return ( 13 | 21 | ) 22 | })} 23 |
24 | ) 25 | } 26 | 27 | export default CardSection; 28 | -------------------------------------------------------------------------------- /static/img/icons/codebox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/codebox.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/links/discord.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_client_status.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc client status 2 | 3 | Query client activity status. Any client without an 'Active' status is considered inactive 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc client status [client-id] 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc client status [client-id] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for status 20 | ``` 21 | 22 | ## Options inherited from parent commands 23 | 24 | ```sh Terrad 25 | --chain-id string The network chain ID 26 | ``` 27 | 28 | ## See also 29 | 30 | * [terrad query ibc client](./terrad_query_ibc_client.mdx) - IBC client query subcommands. 31 | 32 | 33 | -------------------------------------------------------------------------------- /src/theme/Link/link-data/hyperlinks.ts: -------------------------------------------------------------------------------- 1 | import { HyperlinkProps } from '../Hyperlink'; 2 | 3 | const hyperlinks: HyperlinkProps[] = [ 4 | { 5 | href: 'https://dashboard.station.money/', 6 | innerHTML: 'Station', 7 | }, 8 | 9 | { 10 | href: 'https://jobs.lever.co/terra', 11 | innerHTML: 'Careers', 12 | }, 13 | { 14 | href: 'https://agora.terra.money/', 15 | innerHTML: 'Forum', 16 | }, 17 | { 18 | href: 'https://www.terra.money/brand-assets', 19 | innerHTML: 'Logos', 20 | }, 21 | { 22 | href: 'https://finder.terra.money/', 23 | innerHTML: 'Finder', 24 | }, 25 | { 26 | href: 'https://www.terra.money/ecosystem', 27 | innerHTML: 'Ecosystem', 28 | }, 29 | ]; 30 | 31 | export default hyperlinks; 32 | 33 | -------------------------------------------------------------------------------- /static/img/icons/dark/links/discord.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /docs/full-node/run-a-full-terra-node/README.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 1 3 | --- 4 | 5 | import Admonition from '@theme/Admonition'; 6 | 7 | # Run a full Terra node 8 | 9 | Running a full Terra node is a resource-intensive process that requires a persistent server. If you want to use Terra without downloading the entire blockchain, use [Station](https://dashboard.station.money/). 10 | 11 | If you are a developer and want to install Terrad, visit the [Install Terrad guide](../../develop/terrad/install-terrad.mdx). 12 | 13 | 14 | 15 | This guide has been tested against Linux distributions only. To ensure a successful production environment setup, consider using a Linux system. 16 | 17 | 18 | -------------------------------------------------------------------------------- /static/img/icons/dark/wallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/station/wallet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/core/crisis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/crisis.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/walletconnect03.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/interchain-accounts/terrad_query_interchain-accounts.mdx: -------------------------------------------------------------------------------- 1 | # terrad query interchain-accounts 2 | 3 | Interchain-accounts subcommands. 4 | 5 | ## Options 6 | 7 | ```sh Terrad 8 | -h, --help help for interchain-accounts 9 | ``` 10 | 11 | ## Options inherited from parent commands 12 | 13 | ```sh Terrad 14 | --chain-id string The network chain ID 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 20 | * [terrad query interchain-accounts controller](./terrad_query_interchain-accounts_controller.mdx) - interchain-accounts controller subcommands. 21 | * [terrad query interchain-accounts host](./terrad_query_interchain-accounts_host.mdx) - interchain-accounts host subcommands. 22 | 23 | 24 | -------------------------------------------------------------------------------- /static/img/icons/dark/walletconnect03.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/lunc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/lunc.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/ibc/terrad_tx_ibc_client_update.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx ibc client update 2 | 3 | Update an existing client with a header. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx ibc client update [client-id] [path/to/header.json] [flags] 9 | ``` 10 | 11 | ## Example 12 | 13 | ```sh Terrad 14 | terrad tx ibc client update [client-id] [path/to/header.json] --from node0 --home ../node0/cli --chain-id $CID 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | -h, --help help for update 21 | ``` 22 | 23 | ## Options inherited from parent commands 24 | 25 | ```sh Terrad 26 | --chain-id string The network chain ID 27 | ``` 28 | 29 | ## See also 30 | 31 | * [terrad tx ibc client](./terrad_tx_ibc_client_create.mdx) - IBC client creation. 32 | 33 | 34 | -------------------------------------------------------------------------------- /static/img/icons/node.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc 2 | 3 | Querying commands for the IBC module. 4 | 5 | ```sh Terrad 6 | terrad query ibc [flags] 7 | ``` 8 | 9 | ## Options 10 | 11 | ```sh Terrad 12 | -h, --help help for ibc 13 | ``` 14 | 15 | ## Options inherited from parent commands 16 | 17 | ```sh Terrad 18 | --chain-id string The network chain ID 19 | ``` 20 | 21 | ## See also 22 | 23 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 24 | * [terrad query ibc channel](terrad_query_ibc_channel.mdx) - IBC channel query subcommands. 25 | * [terrad query ibc client](terrad_query_ibc_client.mdx) - IBC client query subcommands. 26 | * [terrad query ibc connection](terrad_query_ibc_connection.mdx) - IBC connection query subcommands. 27 | 28 | 29 | -------------------------------------------------------------------------------- /static/img/icons/dark/node.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/swap-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/core/wasm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/swap-1.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/wasm.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/feegrant/terrad_tx_feegrant.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx feegrant 2 | 3 | Feegrant transactions subcommands. 4 | 5 | ## Synopsis 6 | 7 | Grant and revoke fee allowance for a grantee by a granter. 8 | 9 | ## Usage 10 | 11 | ```sh Terrad 12 | terrad tx feegrant [flags] 13 | ``` 14 | 15 | ## Options 16 | 17 | ```sh Terrad 18 | -h, --help help for feegrant 19 | ``` 20 | 21 | ## Options inherited from parent commands 22 | 23 | ```sh Terrad 24 | --chain-id string The network chain ID 25 | ``` 26 | 27 | ## See also 28 | 29 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. 30 | * [terrad tx feegrant grant](./terrad_tx_feegrant_grant.mdx) - Grant Fee allowance to an address. 31 | * [terrad tx feegrant revoke](./terrad_tx_feegrant_revoke.mdx) - revoke fee-grant. 32 | 33 | 34 | -------------------------------------------------------------------------------- /docs/full-node/manage-a-terra-validator/restore.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | sidebar_position: 6 3 | --- 4 | 5 | import Admonition from '@theme/Admonition'; 6 | 7 | # Restore a validator 8 | 9 | A validator can be completely restored on a new Terra node with the following set of keys: 10 | 11 | - The Consensus key, stored in `~/.terra/config/priv_validator.json` 12 | - The mnemonic to the validator wallet 13 | 14 | 15 | 16 | Before proceeding, ensure that the existing validator is not active. Double voting has severe slashing consequences. 17 | 18 | 19 | 20 | To restore a validator: 21 | 22 | 1. Setup a full Terra node synced up to the latest block. 23 | 2. Replace the `~/.terra/config/priv_validator.json` file of the new node with the associated file from the old node, then restart your node. -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/ibc/terrad_tx_ibc_client_misbehaviour.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx ibc client misbehaviour 2 | 3 | Submit a client misbehaviour to prevent future updates 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx ibc client misbehaviour [path/to/misbehaviour.json] [flags] 9 | ``` 10 | 11 | ## Example 12 | 13 | ```sh Terrad 14 | terrad tx ibc client misbehaviour [path/to/misbehaviour.json] --from node0 --home ../node0/cli --chain-id $CID 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | -h, --help help for misbehaviour 21 | ``` 22 | 23 | ## Options inherited from parent commands 24 | 25 | ```sh Terrad 26 | --chain-id string The network chain ID 27 | ``` 28 | 29 | ## See also 30 | 31 | * [terrad tx ibc client](./terrad_tx_ibc_client_create.mdx) - IBC client creation. 32 | 33 | 34 | -------------------------------------------------------------------------------- /static/img/icons/dark/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/upgrade/terrad_query_upgrade.mdx: -------------------------------------------------------------------------------- 1 | # terrad query upgrade 2 | 3 | Querying commands for the upgrade module. 4 | 5 | ## Options 6 | 7 | ```sh Terrad 8 | -h, --help help for upgrade 9 | ``` 10 | 11 | ## Options inherited from parent commands 12 | 13 | ```sh Terrad 14 | --chain-id string The network chain ID 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 20 | * [terrad query upgrade applied](./terrad_query_upgrade_applied.mdx) - block header for height at which a completed upgrade was applied. 21 | * [terrad query upgrade module_versions](./terrad_query_upgrade_module_versions.mdx) - get the list of module versions. 22 | * [terrad query upgrade plan](./terrad_query_upgrade_plan.mdx) - get upgrade plan (if one exists). 23 | 24 | 25 | -------------------------------------------------------------------------------- /static/img/icons/station/send.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_connection.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc connection 2 | 3 | IBC connection query subcommands. 4 | 5 | ## Options 6 | 7 | ```sh Terrad 8 | -h, --help help for connection 9 | ``` 10 | 11 | ## Options inherited from parent commands 12 | 13 | ```sh Terrad 14 | --chain-id string The network chain ID 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad query ibc](terrad_query_ibc.mdx) - Querying commands for the IBC module. 20 | * [terrad query ibc connection connections](./terrad_query_ibc_connection_connections.mdx) - Query all connections. 21 | * [terrad query ibc connection end](./terrad_query_ibc_connection_end.mdx) - Query stored connection end. 22 | * [terrad query ibc connection path](./terrad_query_ibc_connection_path.mdx) - Query stored client connection paths. 23 | 24 | 25 | -------------------------------------------------------------------------------- /docs/develop/guides/.smart-contracts/build-terra-dapp.mdx: -------------------------------------------------------------------------------- 1 | # Build a simple Terra dApp 2 | 3 | This tutorial is designed to acquaint you with everything you need to know to launch your own smart contract powered applications on Terra. 4 | 5 | Using CosmWasm's default template contract as an example, this tutorial walks you through the necessary steps to go from an idea to execution. 6 | 7 | In this guide, you will learn: 8 | 9 | - How to set up your environment for smart contract development and testing 10 | - The basic structure and execution model for smart contracts 11 | - The local build, upload, and testing process 12 | 13 | ## Requirements 14 | 15 | - [Docker](https://www.docker.com/) 16 | - Basic familiarity with the Terra ecosystem 17 | - Basic proficiency with [Rust](https://www.rust-lang.org/) 18 | - A desire to disrupt traditional finance 19 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/authz/terrad_tx_authz.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx authz 2 | 3 | Authorize and revoke access to execute transactions on behalf of your address. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx authz [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for authz 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. 26 | * [terrad tx authz exec](./terrad_tx_authz_exec.mdx) - execute tx on behalf of granter account. 27 | * [terrad tx authz grant](./terrad_tx_authz_grant.mdx) - Grant authorization to an address. 28 | * [terrad tx authz revoke](./terrad_tx_authz_revoke.mdx) - revoke authorization. 29 | 30 | 31 | -------------------------------------------------------------------------------- /static/img/icons/core/distribution.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/distribution.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/bank/terrad_query_bank.mdx: -------------------------------------------------------------------------------- 1 | # terrad query bank 2 | 3 | Querying commands for the bank module. 4 | 5 | ```sh Terrad 6 | terrad query bank [flags] 7 | ``` 8 | 9 | ## Options 10 | 11 | ```sh Terrad 12 | -h, --help help for bank 13 | ``` 14 | 15 | ## Options inherited from parent commands 16 | 17 | ```sh Terrad 18 | --chain-id string The network chain ID 19 | ``` 20 | 21 | ## See also 22 | 23 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 24 | * [terrad query bank balances](./terrad_query_bank_balances.mdx) - Query for account balances by address. 25 | * [terrad query bank denom-metadata](./terrad_query_bank_denom-metadata.mdx) - Query the client metadata for coin denominations. 26 | * [terrad query bank total](./terrad_query_bank_total.mdx) - Query the total supply of coins of the chain. 27 | 28 | 29 | -------------------------------------------------------------------------------- /static/img/icons/validator.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/validator.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/mint/terrad_query_mint.mdx: -------------------------------------------------------------------------------- 1 | # terrad query mint 2 | 3 | Querying commands for the minting module. 4 | 5 | ```sh Terrad 6 | terrad query mint [flags] 7 | ``` 8 | 9 | ## Options 10 | 11 | ```sh Terrad 12 | -h, --help help for mint 13 | ``` 14 | 15 | ## Options inherited from parent commands 16 | 17 | ```sh Terrad 18 | --chain-id string The network chain ID 19 | ``` 20 | 21 | ## See also 22 | 23 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 24 | * [terrad query mint annual-provisions](./terrad_query_mint_annual-provisions.mdx) - Query the current minting annual provisions value. 25 | * [terrad query mint inflation](./terrad_query_mint_inflation.mdx) - Query the current minting inflation value. 26 | * [terrad query mint params](./terrad_query_mint_params.mdx) - Query the current minting parameters. 27 | 28 | 29 | -------------------------------------------------------------------------------- /static/img/icons/core/bank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/bank.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_export.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Export 3 | sidebar_position: 5 4 | --- 5 | 6 | # `terrad export` 7 | 8 | Exports the state to JSON. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad export [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --for-zero-height Export state to start at height zero (perform preproccessing) 20 | --height int Export state from a particular height (-1 means latest height) (default -1) 21 | -h, --help help for export 22 | --home string The application home directory (default "terra") 23 | --jail-allowed-addrs strings Comma-separated list of operator addresses of jailed validators to unjail 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad](terrad.mdx) - The Terra Blockchain's CLI and node daemon. 29 | 30 | 31 | -------------------------------------------------------------------------------- /static/img/icons/dark/nft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/station/nft.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/auth/terrad_query_auth_account.mdx: -------------------------------------------------------------------------------- 1 | # terrad query auth account 2 | 3 | Query for account by address. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query auth account [address] [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for account 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query auth](./terrad_query_auth.mdx) - Querying commands for the auth module. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/interchain-accounts/terrad_query_interchain-accounts_host.mdx: -------------------------------------------------------------------------------- 1 | # terrad query interchain-accounts host 2 | 3 | Interchain-accounts host subcommands. 4 | 5 | ## Options 6 | 7 | ```sh Terrad 8 | -h, --help help for host 9 | ``` 10 | 11 | ## Options inherited from parent commands 12 | 13 | ```sh Terrad 14 | --chain-id string The network chain ID 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad query interchain-accounts](./terrad_query_interchain-accounts.mdx) - interchain-accounts subcommands. 20 | * [terrad query interchain-accounts host packet-events](./terrad_query_interchain-accounts_host_packet-events.mdx) - Query the interchain-accounts host submodule packet events. 21 | * [terrad query interchain-accounts host params](./terrad_query_interchain-accounts_host_params.mdx) - Query the current interchain-accounts host submodule parameters. 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/wasm/terrad_query_wasm_code-info.mdx: -------------------------------------------------------------------------------- 1 | # terrad query wasm code-info 2 | 3 | Prints out metadata of a code id. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query wasm code-info [code_id] [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for code-info 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query wasm](./terrad_query_wasm.mdx) - Querying commands for the wasm module. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/mint/terrad_query_mint_inflation.mdx: -------------------------------------------------------------------------------- 1 | # terrad query mint inflation 2 | 3 | Query the current minting inflation value. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query mint inflation [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for inflation 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query mint](./terrad_query_mint.mdx) - Querying commands for the minting module. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/slashing/terrad_query_slashing.mdx: -------------------------------------------------------------------------------- 1 | # terrad query slashing 2 | 3 | Querying commands for the slashing module. 4 | 5 | ```sh Terrad 6 | terrad query slashing [flags] 7 | ``` 8 | 9 | ## Options 10 | 11 | ```sh Terrad 12 | -h, --help help for slashing 13 | ``` 14 | 15 | ## Options inherited from parent commands 16 | 17 | ```sh Terrad 18 | --chain-id string The network chain ID 19 | ``` 20 | 21 | ## See also 22 | 23 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 24 | * [terrad query slashing params](./terrad_query_slashing_params.mdx) - Query the current slashing parameters. 25 | * [terrad query slashing signing-info](./terrad_query_slashing_signing-info.mdx) - Query a validator's signing information. 26 | * [terrad query slashing signing-infos](./terrad_query_slashing_signing-infos.mdx) - Query signing information of all validators. 27 | 28 | 29 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/wasm/terrad_query_wasm_code.mdx: -------------------------------------------------------------------------------- 1 | # terrad query wasm code 2 | 3 | Downloads wasm bytecode for given code id. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query wasm code [code_id] [output filename] [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for code 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query wasm](./terrad_query_wasm.mdx) - Querying commands for the wasm module. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/feegrant/terrad_query_feegrant.mdx: -------------------------------------------------------------------------------- 1 | # terrad query feegrant 2 | 3 | Querying commands for the feegrant module. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query feegrant [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for feegrant 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 26 | * [terrad query feegrant grant](./terrad_query_feegrant_grant.mdx) - Query details of a single grant. 27 | * [terrad query feegrant grants-by-grantee](./terrad_query_feegrant_grants-by-grantee.mdx) - Query all grants of a grantee. 28 | * [terrad query feegrant grants-by-granter](./terrad_query_feegrant_grants-by-granter.mdx) - Query all grants by a granter. 29 | 30 | 31 | -------------------------------------------------------------------------------- /static/img/icons/Terrad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/Terrad.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/sync-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/auth/terrad_query_auth.mdx: -------------------------------------------------------------------------------- 1 | # terrad query auth 2 | 3 | Querying commands for the auth module. 4 | 5 | ```sh Terrad 6 | terrad query auth [flags] 7 | ``` 8 | 9 | ## Options 10 | 11 | ```sh Terrad 12 | -h, --help help for auth 13 | ``` 14 | 15 | ## Options inherited from parent commands 16 | 17 | ```sh Terrad 18 | --chain-id string The network chain ID 19 | ``` 20 | 21 | ## See also 22 | 23 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 24 | * [terrad query auth account](./terrad_query_auth_account.mdx) - Query for account by address. 25 | * [terrad query auth accounts](./terrad_query_auth_accounts.mdx) - Query all the accounts. 26 | * [terrad query auth module-account](./terrad_query_auth_module-account.mdx) - Query module account info by module name. 27 | * [terrad query auth params](./terrad_query_auth_params.mdx) - Query the current auth parameters. 28 | 29 | 30 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/wasm/terrad_query_wasm_contract.mdx: -------------------------------------------------------------------------------- 1 | # terrad query wasm contract 2 | 3 | Prints out the metadata of a contract given its address. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query wasm contract [bech32_address] [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for contract 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query wasm](./terrad_query_wasm.mdx) - Querying commands for the wasm module. 29 | 30 | 31 | -------------------------------------------------------------------------------- /static/img/Luna-logo-white.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/sync-2.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/finder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/tic-tac-toe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/finder.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/tic-tac-toe.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/feather-js/make-a-connection.mdx: -------------------------------------------------------------------------------- 1 | # Make a connection 2 | 3 | Users can interact with the blockchain to [query data](./query-data.mdx) or [broadcast a transaction](./transactions.mdx). 4 | 5 | ## Connect to a chain 6 | 7 | To perform these actions, connect to the blockchain by using an `LCDClient` object, which represents a connection to a node running the light client daemon (LCD). The LCD serves as a RESTful API over HTTP. Feather.js abstracts away the details of making raw API calls and provides an interface with which you can work. 8 | 9 | ```ts 10 | import { LCDClient } from '@terra-money/feather.js'; 11 | 12 | const lcd = new LCDClient({ 13 | 'pisco-1': { 14 | lcd: 'https://pisco-lcd.terra.dev', 15 | chainID: 'pisco-1', 16 | gasAdjustment: 1.75, 17 | gasPrices: { uluna: 0.015 }, 18 | prefix: 'terra', // bech32 prefix, used by the LCD to understand which is the right chain to query 19 | }, 20 | }); 21 | ``` 22 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/mint/terrad_query_mint_annual-provisions.mdx: -------------------------------------------------------------------------------- 1 | # terrad query mint annual-provisions 2 | 3 | Query the current minting annual provisions value. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query mint annual-provisions [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for annual-provisions 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query mint](terrad_query_mint.mdx) - Querying commands for the minting module 29 | 30 | 31 | -------------------------------------------------------------------------------- /src/theme/Footer/index.tsx: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import SocialLinks from '../Link/SocialLinks'; 3 | import socialLinks from '../Link/link-data/social-links'; 4 | import Hyperlinks from '../Link/Hyperlinks'; 5 | import hyperlinks from '../Link/link-data/hyperlinks'; 6 | import Copyright from '../Link/Copyright'; 7 | 8 | 9 | const Footer: React.FC = () => { 10 | return ( 11 |
12 |
13 |
14 |
15 | 16 | 17 |
18 |
19 |
20 |
21 | 22 |
23 |
24 |
25 |
26 | ); 27 | } 28 | export default React.memo(Footer); 29 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/authz/terrad_query_authz.mdx: -------------------------------------------------------------------------------- 1 | # terrad query authz 2 | 3 | Querying commands for the authz module. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query authz [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for authz 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad query](../terrad_query.mdx) - Querying subcommands. 26 | * [terrad query authz grants](./terrad_query_authz_grants.mdx) - query grants for a granter-grantee pair and optionally a msg-type-url. 27 | * [terrad query authz grants-by-grantee](./terrad_query_authz_grants-by-grantee.mdx) - query authorization grants granted to a grantee. 28 | * [terrad query authz grants-by-granter](./terrad_query_authz_grants-by-granter.mdx) - query authorization grants granted by granter. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/terrad_query_params_subspace.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Params 3 | sidebar_position: 16 4 | --- 5 | 6 | # terrad query params subspace 7 | 8 | Query for raw parameters by subspace and key. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query params subspace [subspace] [key] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for subspace 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | ``` 24 | 25 | ## Options inherited from parent commands 26 | 27 | ```sh Terrad 28 | --chain-id string The network chain ID 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad query](./terrad_query.mdx) - Querying commands for the params module. 34 | 35 | 36 | -------------------------------------------------------------------------------- /static/img/icons/walletprovider.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/keys/terrad_keys_import.mdx: -------------------------------------------------------------------------------- 1 | # terrad keys import 2 | 3 | Import private keys into your local keybase. 4 | 5 | ## Synopsis 6 | 7 | Import an ASCII-armored private key into your local keybase. 8 | 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad keys import [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for import 20 | ``` 21 | 22 | ## Options inherited from parent commands 23 | 24 | ```sh Terrad 25 | --home string The application home directory (default "terra") 26 | --keyring-backend string Select keyring's backend (os|file|test) (default "os") 27 | --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used 28 | --output string Output format (text|json) (default "text") 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad keys](./terrad_keys.mdx) - Manage your application's keys. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/upgrade/terrad_query_upgrade_plan.mdx: -------------------------------------------------------------------------------- 1 | # terrad query upgrade plan 2 | 3 | Get an upgrade plan (if one exists). 4 | 5 | ## Synopsis 6 | 7 | Gets the currently scheduled upgrade plan, if one exists. 8 | 9 | ## Usage 10 | ```sh Terrad 11 | terrad query upgrade plan [flags] 12 | ``` 13 | 14 | ## Options 15 | 16 | ```sh Terrad 17 | --height int Use a specific height to query state at (this can error if the node is pruning state) 18 | -h, --help help for plan 19 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 20 | -o, --output string Output format (text|json) (default "text") 21 | ``` 22 | 23 | ## Options inherited from parent commands 24 | 25 | ```sh Terrad 26 | --chain-id string The network chain ID 27 | ``` 28 | 29 | ## See also 30 | 31 | * [terrad query upgrade](./terrad_query_upgrade.mdx) - Querying commands for the upgrade module. 32 | 33 | 34 | -------------------------------------------------------------------------------- /static/img/icons/dark/walletprovider.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/interchain-accounts/terrad_query_interchain-accounts_controller.mdx: -------------------------------------------------------------------------------- 1 | # terrad query interchain-accounts controller 2 | 3 | interchain-accounts controller subcommands. 4 | 5 | ## Options 6 | 7 | ```sh Terrad 8 | -h, --help help for controller 9 | ``` 10 | 11 | ## Options inherited from parent commands 12 | 13 | ```sh Terrad 14 | --chain-id string The network chain ID 15 | ``` 16 | 17 | ## See also 18 | 19 | * [terrad query interchain-accounts](./terrad_query_interchain-accounts.mdx) - interchain-accounts subcommands. 20 | * [terrad query interchain-accounts controller interchain-account](./terrad_query_interchain-accounts_controller_interchain-account.mdx) - Query the interchain account address for a given owner on a particular connection. 21 | * [terrad query interchain-accounts controller params](./terrad_query_interchain-accounts_controller_params.mdx) - Query the current interchain-accounts controller submodule parameters. 22 | 23 | 24 | -------------------------------------------------------------------------------- /static/img/icons/station/governance.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_client_params.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc client params 2 | 3 | Query the current ibc client parameters. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc client params 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc client params [flags] 14 | ``` 15 | 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for params 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query ibc client](./terrad_query_ibc_client.mdx) - IBC client query subcommands. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/gov/terrad_tx_gov.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx gov 2 | 3 | Governance transactions subcommands. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx gov [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for gov 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. 26 | * [terrad tx gov deposit](./terrad_tx_gov_deposit.mdx) - Deposit tokens for an active proposal. 27 | * [terrad tx gov submit-proposal](./terrad_tx_gov_submit-proposal.mdx) - Submit a proposal along with an initial deposit. 28 | * [terrad tx gov vote](./terrad_tx_gov_vote.mdx) - Vote for an active proposal, options: yes/no/no_with_veto/abstain. 29 | * [terrad tx gov weighted-vote](./terrad_tx_gov_weighted-vote.mdx) - Vote for an active proposal, options: yes/no/no_with_veto/abstain. 30 | 31 | 32 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/terrad_query_ibc-router_params.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: IBC-router 3 | sidebar_position: 12 4 | --- 5 | 6 | # terrad query ibc-router params 7 | 8 | Query the current ibc-router parameters. 9 | 10 | ## Example 11 | ```sh Terrad 12 | terrad query ibc-router params 13 | ``` 14 | 15 | ## Usage 16 | 17 | ```sh Terrad 18 | terrad query ibc-router params [flags] 19 | ``` 20 | 21 | ## Options 22 | 23 | ```sh Terrad 24 | --height int Use a specific height to query state at (this can error if the node is pruning state) 25 | -h, --help help for params 26 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 27 | -o, --output string Output format (text|json) (default "text") 28 | ``` 29 | 30 | ## Options inherited from parent commands 31 | 32 | ```sh Terrad 33 | --chain-id string The network chain ID 34 | ``` 35 | 36 | ## See also 37 | 38 | * [terrad query](./terrad_query.mdx) 39 | 40 | 41 | -------------------------------------------------------------------------------- /static/img/icons/buildanapp02.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/feather-js/coin-and-coins.mdx: -------------------------------------------------------------------------------- 1 | # Coin and Coins 2 | 3 | A `Coin` represents a single coin, which is a pair consisting of a denomination and an amount. `Coins` represents a collection of `Coin` objects, that many operators use to group tokens in one construct. 4 | 5 | ```ts 6 | import { Coin, Coins } from '@terra-money/feather.js'; 7 | 8 | const c = new Coin('uluna', 1500000); // 1.5 LUNA 9 | const c2 = new Coin('uluna', 3000000); // 3 LUNA 10 | c.add(c2); // 4.5 LUNA 11 | 12 | const cs = new Coins([c, c2]); 13 | const cs2 = new Coins({ uluna: 12002, uluna: 12399 }); 14 | cs2.map((x) => console.log(`${x.denom}: ${x.amount}`)); 15 | ``` 16 | 17 | Coin / Coins input with decimal input will automatically be converted to a decimal Coin. 18 | 19 | ```ts 20 | const c = new Coin('uluna', 123.3); // a DecCoin 21 | const d = new Coin('uluna', '123.3'); // a DecCoin 22 | ``` 23 | 24 | Although it is convenient to represent the numbers through JavaScript's native `Number` format, you should refrain from doing so. 25 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/keys/terrad_keys_list.mdx: -------------------------------------------------------------------------------- 1 | # terrad keys list 2 | 3 | List all keys. 4 | 5 | ## Synopsis 6 | 7 | Return a list of all public keys stored by this key manager along with their associated names and addresses. 8 | 9 | ## Usage 10 | ```sh Terrad 11 | terrad keys list [flags] 12 | ``` 13 | 14 | ## Options 15 | 16 | ```sh Terrad 17 | -h, --help help for list 18 | -n, --list-names List names only 19 | ``` 20 | 21 | ## Options inherited from parent commands 22 | 23 | ```sh Terrad 24 | --home string The application home directory (default "terra") 25 | --keyring-backend string Select keyring's backend (os|file|test) (default "os") 26 | --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used 27 | --output string Output format (text|json) (default "text") 28 | ``` 29 | 30 | ## See also 31 | 32 | * [terrad keys](./terrad_keys.mdx) - Manage your application's keys. 33 | 34 | 35 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/terrad_query_gov_proposer.mdx: -------------------------------------------------------------------------------- 1 | # terrad query gov proposer 2 | 3 | Query which address proposed a proposal with a given ID. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query gov proposer 1 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query gov proposer [proposal-id] [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for proposer 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query gov](./terrad_query_gov.mdx) - Querying commands for the governance module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /static/img/icons/dark/buildanapp02.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/market.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/market.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_validate-genesis.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Validate genesis 3 | sidebar_position: 15 4 | --- 5 | 6 | # terrad validate-genesis 7 | 8 | Validates the genesis file at the default location or at the location specified. 9 | 10 | You can access the _`genesis.json`_ file in Terrad's config folder. 11 | 12 | ```sh Terrad 13 | code ~/.terra/config/genesis.json 14 | ``` 15 | 16 | ## Usage 17 | 18 | ```sh Terrad 19 | terrad validate-genesis [file] [flags] 20 | ``` 21 | 22 | ## Options 23 | 24 | ```sh Terrad 25 | -h, --help help for validate-genesis 26 | ``` 27 | 28 | ## See also 29 | 30 | * [terrad](terrad.mdx) - The Terra Blockchain's CLI and node daemon. 31 | * [terrad add-genesis-account](./terrad_add-genesis-account.mdx) - Add a genesis account to `genesis.json`. 32 | * [terrad collect-gentxs](./terrad_collect-gentxs.mdx) - Collect genesis txs and output a `genesis.json` file. 33 | * [terrad gentx](./terrad_gentx.mdx) - Generate a genesis tx carrying a self delegation. 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/auth/terrad_query_auth_module-account.mdx: -------------------------------------------------------------------------------- 1 | # terrad query auth module-account 2 | 3 | Query module account info by module name. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query auth module-account [module-name] [flags] 9 | ``` 10 | 11 | ## Example 12 | 13 | ```sh Terrad 14 | terrad q auth module-account auth 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for module-account 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query auth](./terrad_query_auth.mdx) - Querying commands for the auth module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc-transfer/terrad_query_ibc-transfer_params.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc-transfer params 2 | 3 | Query the current ibc-transfer parameters. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc-transfer params 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc-transfer params [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for params 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | ``` 24 | 25 | ## Options inherited from parent commands 26 | 27 | ```sh Terrad 28 | --chain-id string The network chain ID 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad query ibc-transfer](./terrad_query_ibc-transfer.mdx) - IBC fungible token transfer query subcommands. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_channel_packet-ack.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc channel packet-ack 2 | 3 | Query a packet acknowledgement. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query ibc channel packet-ack [port-id] [channel-id] [sequence] [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for packet-ack 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | --prove show proofs for the query results (default true) 19 | ``` 20 | 21 | ## Options inherited from parent commands 22 | 23 | ```sh Terrad 24 | --chain-id string The network chain ID 25 | ``` 26 | 27 | ## See also 28 | 29 | * [terrad query ibc channel](./terrad_query_ibc_channel.mdx) - IBC channel query subcommands. 30 | 31 | 32 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/tendermint/terrad_tendermint_unsafe-reset-all.mdx: -------------------------------------------------------------------------------- 1 | import Admonition from '@theme/Admonition'; 2 | 3 | # terrad tendermint unsafe-reset-all 4 | 5 | (unsafe) Remove all the data and WAL, and reset your node's validator to genesis state. 6 | 7 | This command resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state. 8 | 9 | 10 | 11 | 12 | This command should never be used in a production environment. This command is recommended for testing purposes only. 13 | 14 | 15 | 16 | ## Usage 17 | 18 | ```sh Terrad 19 | Only use the following command in a testing environment: 20 | 21 | terrad tendermint reset-state [flags] 22 | 23 | ``` 24 | 25 | ## Options 26 | 27 | ```sh Terrad 28 | -h, --help help for unsafe-reset-all 29 | --keep-addr-book keep the address book intact 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad](../terrad.mdx) - The Terra Blockchain's CLI and node daemon. . 35 | -------------------------------------------------------------------------------- /static/img/icons/core/auth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/auth.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/interchain-accounts/terrad_tx_interchain-accounts_host.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx interchain-accounts host 2 | 3 | IBC interchain accounts host transaction subcommands. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx interchain-accounts host [flags] 9 | ``` 10 | 11 | ## Available Subcommands 12 | 13 | Generate ICA packet data. 14 | 15 | ```sh Terrad 16 | terrad tx interchain-accounts host generate-packet-data 17 | ``` 18 | 19 | ## Options inherited from parent commands 20 | 21 | ```sh Terrad 22 | Global Flags: 23 | --chain-id string The network chain ID 24 | --home string directory for config and data (default "/Users/.terra") 25 | --log_format string The logging format (json|plain) (default "plain") 26 | --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info") 27 | --trace print out full stack trace on errors 28 | ``` 29 | 30 | ## See also 31 | 32 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. -------------------------------------------------------------------------------- /static/img/icons/dark/buy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/station/buy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/localterra/README.mdx: -------------------------------------------------------------------------------- 1 | import Admonition from '@theme/Admonition'; 2 | 3 | # LocalTerra 4 | 5 | LocalTerra is a complete Terra testnet and ecosystem containerized with Docker and orchestrated with a simple `docker-compose` file. It allows smart contract developers to be able to test their contracts in a sandbox before they deploy them on a testnet or mainnet. 6 | 7 | LocalTerra comes preconfigured with pragmatic defaults for standard testing environments. If other projects mention testing on LocalTerra, they are referring to the settings defined in this guide. 8 | 9 | LocalTerra has the following advantages over a public testnet: 10 | 11 | - Easily modifiable world states. 12 | - Quick to reset for rapid iterations. 13 | - Simple simulations of different scenarios. 14 | - Controllable validator behaviour. 15 | 16 | 17 | 18 | If you are using LocalTerra with Terrain, follow the [Terrain with LocalTerra guide](../terrain/using-terrain-localterra.mdx). 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/auth/terrad_query_auth_params.mdx: -------------------------------------------------------------------------------- 1 | # terrad query auth params 2 | 3 | Query module account info by module name. 4 | 5 | ## Synopsis 6 | 7 | Query module account info by module name: 8 | 9 | ## Example 10 | 11 | ```sh Terrad 12 | terrad query auth params 13 | ``` 14 | 15 | ## Usage 16 | 17 | ```sh Terrad 18 | terrad query auth params [flags] 19 | ``` 20 | 21 | ## Options 22 | 23 | ```sh Terrad 24 | --height int Use a specific height to query state at (this can error if the node is pruning state) 25 | -h, --help help for params 26 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 27 | -o, --output string Output format (text|json) (default "text") 28 | ``` 29 | 30 | ## Options inherited from parent commands 31 | 32 | ```sh Terrad 33 | --chain-id string The network chain ID 34 | ``` 35 | 36 | ## See also 37 | 38 | * [terrad query auth](./terrad_query_auth.mdx) - Querying commands for the auth module. 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_channel_packet-commitment.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc channel packet-commitment 2 | 3 | Query a packet commitment. 4 | 5 | ## Usage 6 | ```sh Terrad 7 | terrad query ibc channel packet-commitment [port-id] [channel-id] [sequence] [flags] 8 | ``` 9 | 10 | ## Options 11 | 12 | ```sh Terrad 13 | --height int Use a specific height to query state at (this can error if the node is pruning state) 14 | -h, --help help for packet-commitment 15 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 16 | -o, --output string Output format (text|json) (default "text") 17 | --prove show proofs for the query results (default true) 18 | ``` 19 | 20 | ## Options inherited from parent commands 21 | 22 | ```sh Terrad 23 | --chain-id string The network chain ID 24 | ``` 25 | 26 | ## See also 27 | 28 | * [terrad query ibc channel](./terrad_query_ibc_channel.mdx) - IBC channel query subcommands. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/vesting/terrad_tx_vesting.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx vesting 2 | 3 | Vesting transaction subcommands. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx vesting [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for vesting 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. 26 | * [terrad tx vesting create-periodic-vesting-account](./terrad_tx_vesting_create-periodic-vesting-account.mdx) - Create a new vesting account funded with an allocation of tokens. 27 | * [terrad tx vesting create-vesting-account](./terrad_tx_vesting_create-vesting-account.mdx) - Create a new vesting account funded with an allocation of tokens. 28 | * [terrad tx vesting donate-all-vesting-tokens](./terrad_tx_vesting_donate-all-vesting-tokens.mdx) - Donate all vesting tokens of a vesting account to community pool. 29 | 30 | 31 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/staking/terrad_query_staking_historical-info.mdx: -------------------------------------------------------------------------------- 1 | # terrad query staking historical-info 2 | 3 | Query historical info at a given height. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query staking historical-info 5 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query staking historical-info [height] [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for historical-info 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query staking](./terrad_query_staking.mdx) - Querying commands for the staking module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_rollback.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Rollback 3 | sidebar_position: 9 4 | --- 5 | 6 | # terrad rollback 7 | 8 | Tollback the Blockchain and Tendermint state by one height. 9 | 10 | ## Synopsis 11 | 12 | A state rollback is performed to recover from an incorrect application state transition, 13 | when Tendermint has persisted an incorrect app hash and is thus unable to make 14 | progress. Rollback overwrites a state at height _`n`_ with the state at height _`n - 1`_. 15 | The application also roll back to height _`n - 1`_. No blocks are removed, so upon 16 | restarting Tendermint the transactions in block _`n`_ will be re-executed against the 17 | application. 18 | 19 | ## Usage 20 | 21 | ```sh Terrad 22 | terrad rollback [flags] 23 | ``` 24 | 25 | ## Options 26 | 27 | ```sh Terrad 28 | -h, --help help for rollback 29 | --home string The application home directory (default "terra") 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad](./terrad.mdx) - The Terra Blockchain's CLI and node daemon. 35 | 36 | 37 | -------------------------------------------------------------------------------- /static/img/icons/testnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/keys/terrad_keys_parse.mdx: -------------------------------------------------------------------------------- 1 | # terrad keys parse 2 | 3 | Parse address from `hex` to `bech32` and vice versa. 4 | 5 | ## Synopsis 6 | 7 | Convert and print to stdout key addresses and fingerprints from 8 | hexadecimal into `bech32` terra prefixed format and vice versa. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad keys parse [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for parse 20 | ``` 21 | 22 | ## Options inherited from parent commands 23 | 24 | ```sh Terrad 25 | --home string The application home directory (default "terra") 26 | --keyring-backend string Select keyring's backend (os|file|test) (default "os") 27 | --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used 28 | --output string Output format (text|json) (default "text") 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad keys](./terrad_keys.mdx) - Manage your application's keys. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/terrad_rosetta.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Rosetta 3 | sidebar_position: 10 4 | --- 5 | 6 | # terrad rosetta 7 | 8 | Spin up a [Rosetta](https://www.rosetta-api.org/) server. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad rosetta [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --addr string the address rosetta will bind to (default ":8080") 20 | --blockchain string the blockchain type (default "app") 21 | --grpc string the app gRPC endpoint (default "localhost:9090") 22 | -h, --help help for rosetta 23 | --network string the network name (default "network") 24 | --offline run rosetta only with construction API 25 | --retries int the number of retries that will be done before quitting (default 5) 26 | --tendermint string the tendermint rpc endpoint, without tcp:// (default "localhost:26657") 27 | ``` 28 | 29 | ## See also 30 | 31 | * [terrad](./terrad.mdx) - The Terra Blockchain's CLI and node daemon. 32 | 33 | 34 | -------------------------------------------------------------------------------- /static/img/icons/core/authz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/authz.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/testnet.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/terrad_query_gov_vote.mdx: -------------------------------------------------------------------------------- 1 | # terrad query gov vote 2 | 3 | Query details for a single vote on a proposal given its identifier. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query gov vote 1 terra1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query gov vote [proposal-id] [voter-addr] [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for vote 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query gov](./terrad_query_gov.mdx) - Querying commands for the governance module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /.github/workflows/default.yml: -------------------------------------------------------------------------------- 1 | name: cloudlfare-docs 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | pull_request: 7 | branches: 8 | - main 9 | 10 | jobs: 11 | build: 12 | runs-on: ubuntu-latest 13 | permissions: 14 | contents: read 15 | deployments: write 16 | name: Publish to Cloudflare Pages 17 | steps: 18 | - name: Checkout 19 | uses: actions/checkout@v3 20 | 21 | - name: Setup Node.js 22 | uses: actions/setup-node@v3 23 | with: 24 | node-version: '16' 25 | cache: 'yarn' 26 | 27 | - name: Install dependencies 28 | run: yarn install 29 | 30 | - name: Build source code. 31 | run: yarn build 32 | 33 | - name: Publish to Cloudflare Pages 34 | uses: cloudflare/pages-action@1 35 | with: 36 | accountId: 620ff29bbd515d2848f5306578bd1d1d 37 | apiToken: ${{ secrets.CLOUDFLARE_PAGES_TOKEN }} 38 | projectName: docs-terra 39 | directory: build 40 | gitHubToken: ${{ secrets.GITHUB_TOKEN }} 41 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_client_state.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc client state 2 | 3 | Query stored client state. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc client state [client-id] 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc client state [client-id] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for state 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | --prove show proofs for the query results (default true) 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query ibc client](./terrad_query_ibc_client.mdx) - IBC client query subcommands. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/staking/terrad_query_staking_params.mdx: -------------------------------------------------------------------------------- 1 | # terrad query staking params 2 | 3 | Query the current staking parameters information 4 | 5 | ## Synopsis 6 | 7 | Query values set as staking parameters. 8 | 9 | ## Example 10 | 11 | ```sh Terrad 12 | terrad query staking params 13 | ``` 14 | 15 | ## Usage 16 | 17 | ```sh Terrad 18 | terrad query staking params [flags] 19 | ``` 20 | 21 | ## Options 22 | 23 | ```sh Terrad 24 | --height int Use a specific height to query state at (this can error if the node is pruning state) 25 | -h, --help help for params 26 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 27 | -o, --output string Output format (text|json) (default "text") 28 | ``` 29 | 30 | ## Options inherited from parent commands 31 | 32 | ```sh Terrad 33 | --chain-id string The network chain ID 34 | ``` 35 | 36 | ## See also 37 | 38 | * [terrad query staking](./terrad_query_staking.mdx) - Querying commands for the staking module. 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/staking/terrad_query_staking_validator.mdx: -------------------------------------------------------------------------------- 1 | # terrad query staking validator 2 | 3 | Query details about an individual validator. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query staking validator terravaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query staking validator [validator-addr] [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for validator 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query staking](./terrad_query_staking.mdx) - Querying commands for the staking module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc-transfer/terrad_query_ibc-transfer_escrow-address.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc-transfer escrow-address 2 | 3 | Get the escrow address for a channel. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc-transfer escrow-address [port] [channel-id] 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc-transfer escrow-address [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for escrow-address 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | ``` 24 | 25 | ## Options inherited from parent commands 26 | 27 | ```sh Terrad 28 | --chain-id string The network chain ID 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad query ibc-transfer](./terrad_query_ibc-transfer.mdx) - IBC fungible token transfer query subcommands. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_channel_next-sequence-receive.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc channel next-sequence-receive 2 | 3 | Query the next receive sequence for a given channel. 4 | 5 | ## Usage 6 | ```sh Terrad 7 | terrad query ibc channel next-sequence-receive [port-id] [channel-id] [flags] 8 | ``` 9 | 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | --height int Use a specific height to query state at (this can error if the node is pruning state) 15 | -h, --help help for next-sequence-receive 16 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 17 | -o, --output string Output format (text|json) (default "text") 18 | --prove show proofs for the query results (default true) 19 | ``` 20 | 21 | ## Options inherited from parent commands 22 | 23 | ```sh Terrad 24 | --chain-id string The network chain ID 25 | ``` 26 | 27 | ## See also 28 | 29 | * [terrad query ibc channel](./terrad_query_ibc_channel.mdx) - IBC channel query subcommands. 30 | 31 | 32 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/feegrant/terrad_query_feegrant_grant.mdx: -------------------------------------------------------------------------------- 1 | # terrad query feegrant grant 2 | 3 | Query the details of a single grant. 4 | You can find the fee-grant of a granter and grantee. 5 | 6 | ## Example 7 | 8 | ```sh Terrad 9 | terrad query feegrant grant [granter] [grantee] 10 | ``` 11 | 12 | ## Usage 13 | 14 | ```sh Terrad 15 | terrad query feegrant grant [granter] [grantee] [flags] 16 | ``` 17 | 18 | ## Options 19 | 20 | ```sh Terrad 21 | --height int Use a specific height to query state at (this can error if the node is pruning state) 22 | -h, --help help for grant 23 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 24 | -o, --output string Output format (text|json) (default "text") 25 | ``` 26 | 27 | ## Options inherited from parent commands 28 | 29 | ```sh Terrad 30 | --chain-id string The network chain ID 31 | ``` 32 | 33 | ## See also 34 | 35 | * [terrad query feegrant](./terrad_query_feegrant.mdx) - Querying commands for the feegrant module. 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/terrad_query_gov_deposit.mdx: -------------------------------------------------------------------------------- 1 | # terrad query gov deposit 2 | 3 | Query the details for a single proposal deposit on a proposal by its identifier. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query gov deposit 1 terra1skjwj5whet0lpe65qaq4rpq03hjxlwd9nf39lk 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query gov deposit [proposal-id] [depositer-addr] [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for deposit 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query gov](./terrad_query_gov.mdx) - Querying commands for the governance module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/terrad_query_gov_param.mdx: -------------------------------------------------------------------------------- 1 | # terrad query gov param 2 | 3 | Query the parameters (`voting|tallying|deposit`) of the governance process. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query gov param voting 9 | terrad query gov param tallying 10 | terrad query gov param deposit 11 | ``` 12 | 13 | ## Usage 14 | 15 | ```sh Terrad 16 | terrad query gov param [param-type] [flags] 17 | ``` 18 | 19 | ## Options 20 | 21 | ```sh Terrad 22 | --height int Use a specific height to query state at (this can error if the node is pruning state) 23 | -h, --help help for param 24 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 25 | -o, --output string Output format (text|json) (default "text") 26 | ``` 27 | 28 | ## Options inherited from parent commands 29 | 30 | ```sh Terrad 31 | --chain-id string The network chain ID 32 | ``` 33 | 34 | ## See also 35 | 36 | * [terrad query gov](./terrad_query_gov.mdx) - Querying commands for the governance module. 37 | 38 | 39 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/terrad_query_gov_tally.mdx: -------------------------------------------------------------------------------- 1 | # terrad query gov tally 2 | 3 | Query tally of votes on a proposal. 4 | You can find the proposal-id by running the following: 5 | 6 | ```sh Terrad 7 | terrad query gov proposals 8 | ``` 9 | 10 | ## Example 11 | 12 | ```sh Terrad 13 | terrad query gov tally 1 14 | ``` 15 | 16 | ## Usage 17 | ```sh Terrad 18 | terrad query gov tally [proposal-id] [flags] 19 | ``` 20 | 21 | ## Options 22 | 23 | ```sh Terrad 24 | --height int Use a specific height to query state at (this can error if the node is pruning state) 25 | -h, --help help for tally 26 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 27 | -o, --output string Output format (text|json) (default "text") 28 | ``` 29 | 30 | ## Options inherited from parent commands 31 | 32 | ```sh Terrad 33 | --chain-id string The network chain ID 34 | ``` 35 | 36 | ## See also 37 | 38 | * [terrad query gov](./terrad_query_gov.mdx) - Querying commands for the governance module. 39 | 40 | 41 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/terrad_query_account.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Account 3 | sidebar_position: 2 4 | --- 5 | 6 | # terrad query account 7 | 8 | Query for account by address. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query account [address] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --grpc-addr string the gRPC endpoint to use for this chain 20 | --grpc-insecure allow gRPC over insecure channels, if not TLS the server must use TLS 21 | --height int Use a specific height to query state at (this can error if the node is pruning state) 22 | -h, --help help for account 23 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 24 | -o, --output string Output format (text|json) (default "text") 25 | ``` 26 | 27 | ## Options inherited from parent commands 28 | 29 | ```sh Terrad 30 | --chain-id string The network chain ID 31 | ``` 32 | 33 | ## See also 34 | 35 | * [terrad query](./terrad_query.mdx) - Querying subcommands. 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/wasm/terrad_query_wasm_contract-state.mdx: -------------------------------------------------------------------------------- 1 | # terrad query wasm contract-state 2 | 3 | Querying commands for the wasm module. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query wasm contract-state [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for contract-state 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad query wasm](./terrad_query_wasm.mdx) - Querying commands for the wasm module. 26 | * [terrad query wasm contract-state all](./terrad_query_wasm_contract-state_all.mdx) - Prints out all internal state of a contract given its address. 27 | * [terrad query wasm contract-state raw](./terrad_query_wasm_contract-state_raw.mdx) - Prints out internal state for key of a contract given its address. 28 | * [terrad query wasm contract-state smart](./terrad_query_wasm_contract-state_smart.mdx) - Calls contract with given address with query data and prints the returned result. 29 | 30 | 31 | -------------------------------------------------------------------------------- /static/img/icons/core/slashing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/icons/dark/slashing.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_connection_end.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc connection end 2 | 3 | Query stored connection end. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc connection end [connection-id] 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc connection end [connection-id] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for end 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | --prove show proofs for the query results (default true) 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query ibc connection](./terrad_query_ibc_connection.mdx) - IBC connection query subcommands. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/distribution/terrad_query_distribution_community-pool.mdx: -------------------------------------------------------------------------------- 1 | # terrad query distribution community-pool 2 | 3 | Query all coins in the community pool which is under Governance control. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query distribution community-pool 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query distribution community-pool [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for community-pool 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query distribution](./terrad_query_distribution.mdx) - Querying commands for the distribution module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc-transfer/terrad_query_ibc-transfer_denom-hash.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc-transfer denom-hash 2 | 3 | Query the denom hash info from a given denom trace. 4 | 5 | 6 | ## Example 7 | 8 | ```sh Terrad 9 | terrad query ibc-transfer denom-hash transfer/channel-0/uluna 10 | ``` 11 | 12 | ## Usage 13 | 14 | ```sh Terrad 15 | terrad query ibc-transfer denom-hash [trace] [flags] 16 | ``` 17 | 18 | ## Options 19 | 20 | ```sh Terrad 21 | --height int Use a specific height to query state at (this can error if the node is pruning state) 22 | -h, --help help for denom-hash 23 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 24 | -o, --output string Output format (text|json) (default "text") 25 | ``` 26 | 27 | ## Options inherited from parent commands 28 | 29 | ```sh Terrad 30 | --chain-id string The network chain ID 31 | ``` 32 | 33 | ## See also 34 | 35 | * [terrad query ibc-transfer](./terrad_query_ibc-transfer.mdx) - IBC fungible token transfer query subcommands. 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_client_header.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc client header 2 | 3 | Query the latest Tendermint header of the running chain. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query ibc client header [flags] 9 | ``` 10 | 11 | ## Example 12 | ```sh Terrad 13 | terrad query ibc client header 14 | ``` 15 | 16 | ## Usage 17 | 18 | ```sh Terrad 19 | terrad query ibc client header [flags] 20 | ``` 21 | 22 | ## Options 23 | 24 | ```sh Terrad 25 | --height int Use a specific height to query state at (this can error if the node is pruning state) 26 | -h, --help help for header 27 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 28 | -o, --output string Output format (text|json) (default "text") 29 | ``` 30 | 31 | ## Options inherited from parent commands 32 | 33 | ```sh Terrad 34 | --chain-id string The network chain ID 35 | ``` 36 | 37 | ## See also 38 | 39 | * [terrad query ibc client](./terrad_query_ibc_client.mdx) - IBC client query subcommands. 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/terrad_query_tendermint-validator-set.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Tendermint-validator-set 3 | sidebar_position: 19 4 | --- 5 | 6 | # terrad query tendermint-validator-set 7 | 8 | Get the full tendermint validator set at given height. 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query tendermint-validator-set [height] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | -h, --help help for tendermint-validator-set 20 | --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test) (default "os") 21 | --limit int Query number of results returned per page (default 100) 22 | -n, --node string Node to connect to (default "tcp://localhost:26657") 23 | --page int Query a specific page of paginated results (default 1) 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query](./terrad_query.mdx) - Querying subcommands. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_connection_path.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc connection path 2 | 3 | Query stored client connection paths. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc connection path [client-id] 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc connection path [client-id] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for path 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | --prove show proofs for the query results (default true) 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query ibc connection](./terrad_query_ibc_connection.mdx) - IBC connection query subcommands. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/gov/terrad_query_gov_proposal.mdx: -------------------------------------------------------------------------------- 1 | # terrad query gov proposal 2 | 3 | Query the details of a single proposal. 4 | 5 | You can find the proposal-id by running the following: 6 | 7 | ```sh Terrad 8 | terrad query gov proposals 9 | ``` 10 | 11 | ## Example 12 | 13 | ```sh Terrad 14 | terrad query gov proposal 1 15 | ``` 16 | 17 | ## Usage 18 | ```sh Terrad 19 | terrad query gov proposal [proposal-id] [flags] 20 | ``` 21 | 22 | ## Options 23 | 24 | ```sh Terrad 25 | --height int Use a specific height to query state at (this can error if the node is pruning state) 26 | -h, --help help for proposal 27 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 28 | -o, --output string Output format (text|json) (default "text") 29 | ``` 30 | 31 | ## Options inherited from parent commands 32 | 33 | ```sh Terrad 34 | --chain-id string The network chain ID 35 | ``` 36 | 37 | ## See also 38 | 39 | * [terrad query gov](./terrad_query_gov.mdx) - Querying commands for the governance module. 40 | 41 | 42 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/interchain-accounts/terrad_query_interchain-accounts_host_params.mdx: -------------------------------------------------------------------------------- 1 | # terrad query interchain-accounts host params 2 | 3 | Query the current interchain-accounts host submodule parameters. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad query interchain-accounts host params [flags] 9 | ``` 10 | 11 | ## Example 12 | ```sh Terrad 13 | terrad query interchain-accounts host params 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for params 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | ``` 24 | 25 | ## Options inherited from parent commands 26 | 27 | ```sh Terrad 28 | --chain-id string The network chain ID 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad query interchain-accounts host](./terrad_query_interchain-accounts_host.mdx) - interchain-accounts host subcommands. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_channel_end.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc channel end 2 | 3 | Query an IBC channel end from a port and channel identifiers. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc channel end [port-id] [channel-id] 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc channel end [port-id] [channel-id] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for end 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | --prove show proofs for the query results (default true) 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query ibc channel](./terrad_query_ibc_channel.mdx) - IBC channel query subcommands. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc/terrad_query_ibc_channel_client-state.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc channel client-state 2 | 3 | Query the client state associated with a channel by providing its port and channel identifiers. 4 | 5 | 6 | ## Example 7 | 8 | ```sh Terrad 9 | terrad query ibc channel client-state [port-id] [channel-id] 10 | ``` 11 | 12 | ## Usage 13 | 14 | ```sh Terrad 15 | terrad query ibc channel client-state [port-id] [channel-id] [flags] 16 | ``` 17 | 18 | ## Options 19 | 20 | ```sh Terrad 21 | --height int Use a specific height to query state at (this can error if the node is pruning state) 22 | -h, --help help for client-state 23 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 24 | -o, --output string Output format (text|json) (default "text") 25 | ``` 26 | 27 | ## Options inherited from parent commands 28 | 29 | ```sh Terrad 30 | --chain-id string The network chain ID 31 | ``` 32 | 33 | ## See also 34 | 35 | * [terrad query ibc channel](./terrad_query_ibc_channel.mdx) - IBC channel query subcommands. 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/transactions/staking/terrad_tx_staking.mdx: -------------------------------------------------------------------------------- 1 | # terrad tx staking 2 | 3 | Staking transaction subcommands. 4 | 5 | ## Usage 6 | 7 | ```sh Terrad 8 | terrad tx staking [flags] 9 | ``` 10 | 11 | ## Options 12 | 13 | ```sh Terrad 14 | -h, --help help for staking 15 | ``` 16 | 17 | ## Options inherited from parent commands 18 | 19 | ```sh Terrad 20 | --chain-id string The network chain ID 21 | ``` 22 | 23 | ## See also 24 | 25 | * [terrad tx](../terrad_tx.mdx) - Transactions subcommands. 26 | * [terrad tx staking create-validator](./terrad_tx_staking_create-validator.mdx) - create new validator initialized with a self-delegation to it. 27 | * [terrad tx staking delegate](./terrad_tx_staking_delegate.mdx) - Delegate liquid tokens to a validator. 28 | * [terrad tx staking edit-validator](./terrad_tx_staking_edit-validator.mdx) - edit an existing validator account. 29 | * [terrad tx staking redelegate](./terrad_tx_staking_redelegate.mdx) - Redelegate illiquid tokens from one validator to another. 30 | * [terrad tx staking unbond](./terrad_tx_staking_unbond.mdx) - Unbond shares from a validator. 31 | 32 | 33 | -------------------------------------------------------------------------------- /docs/learn/fees.mdx: -------------------------------------------------------------------------------- 1 | # Fees on Terra 2 | 3 | On Terra, there is only one fee that applies to all transactions: the gas fee. 4 | 5 | ## Gas 6 | 7 | [Gas](glossary.mdx#fees) is a small computational fee that covers the cost of processing a transaction. Gas is estimated and added to every transaction in Station. Any transaction that does not contain enough gas will not process. 8 | Gas on Terra works differently than it works on other blockchains: 9 | 10 | - Validators can set their own minimum gas fees. 11 | - Most transactions will estimate more than the minimum amount of gas, ensuring the transaction gets completed. 12 | - Unused gas is not refunded. 13 | - Transactions are not queued based on gas amounts, but in the order received. 14 | 15 | For an in-depth explanation of how gas fees are calculated, visit the [Terrad reference](../develop/terrad/using-terrad.mdx#fees) page. 16 | 17 | To view current gas rates in your browser, visit the [gas rates](https://phoenix-fcd.terra.dev/v1/txs/gas_prices) page. 18 | 19 | Every block, gas fees are sent to the reward pool and dispersed to validators who distribute them to delegators in the form of staking rewards. 20 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/distribution/terrad_query_distribution_commission.mdx: -------------------------------------------------------------------------------- 1 | # terrad query distribution commission 2 | 3 | Query validator commission rewards from delegators to the specified validator. 4 | 5 | ## Example 6 | 7 | ```sh Terrad 8 | terrad query distribution commission terravaloper1gghjut3ccd8ay0zduzj64hwre2fxs9ldmqhffj 9 | ``` 10 | 11 | ## Usage 12 | 13 | ```sh Terrad 14 | terrad query distribution commission [validator] [flags] 15 | ``` 16 | 17 | ## Options 18 | 19 | ```sh Terrad 20 | --height int Use a specific height to query state at (this can error if the node is pruning state) 21 | -h, --help help for commission 22 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 23 | -o, --output string Output format (text|json) (default "text") 24 | ``` 25 | 26 | ## Options inherited from parent commands 27 | 28 | ```sh Terrad 29 | --chain-id string The network chain ID 30 | ``` 31 | 32 | ## See also 33 | 34 | * [terrad query distribution](./terrad_query_distribution.mdx) - Querying commands for the distribution module. 35 | 36 | 37 | -------------------------------------------------------------------------------- /docs/develop/terrad/commands/queries/ibc-transfer/terrad_query_ibc-transfer_denom-trace.mdx: -------------------------------------------------------------------------------- 1 | # terrad query ibc-transfer denom-trace 2 | 3 | Query the denom trace info from a given trace hash or ibc denom. 4 | 5 | ## Example 6 | ```sh Terrad 7 | terrad query ibc-transfer denom-trace 27A6394C3F9FF9C9DCF5DFFADF9BB5FE9A37C7E92B006199894CF1824DF9AC7C 8 | ``` 9 | 10 | ## Usage 11 | 12 | ```sh Terrad 13 | terrad query ibc-transfer denom-trace [hash/denom] [flags] 14 | ``` 15 | 16 | ## Options 17 | 18 | ```sh Terrad 19 | --height int Use a specific height to query state at (this can error if the node is pruning state) 20 | -h, --help help for denom-trace 21 | --node string : to Tendermint RPC interface for this chain (default "tcp://localhost:26657") 22 | -o, --output string Output format (text|json) (default "text") 23 | ``` 24 | 25 | ## Options inherited from parent commands 26 | 27 | ```sh Terrad 28 | --chain-id string The network chain ID 29 | ``` 30 | 31 | ## See also 32 | 33 | * [terrad query ibc-transfer](./terrad_query_ibc-transfer.mdx) - IBC fungible token transfer query subcommands. 34 | 35 | 36 | -------------------------------------------------------------------------------- /docs/develop/module-specifications/spec-crisis.mdx: -------------------------------------------------------------------------------- 1 | import Admonition from '@theme/Admonition'; 2 | 3 | # Crisis 4 | 5 | 6 | 7 | Terra's crisis module inherits from the Cosmos SDK's [`crisis`](https://docs.cosmos.network/main/modules/crisis) module. This document is a stub and mainly covers important Terra-specific notes on how it is used. 8 | 9 | 10 | 11 | The crisis module stops block production by halting the blockchain when an invariant is broken. Invariants are set during the initialization process. 12 | 13 | ## ConstantFee 14 | 15 | Because the gas cost of verifying an invariant is high, the crisis module uses a constant fee instead of the typical gas calculation method. 16 | 17 | ## Genesis parameters 18 | 19 | The genesis parameters for the crisis module outlined in the [Genesis Builder Script](https://github.com/terra-money/genesis-tools/blob/main/src/genesis_builder.py#L141) are as follows: 20 | 21 | ```py 22 | # Crisis: change constant fee to 512 LUNA 23 | genesis['app_state']['crisis']['constant_fee'] = { 24 | 'denom': DENOM_LUNA, 25 | 'amount': '512000000', 26 | } 27 | ``` 28 | --------------------------------------------------------------------------------