├── .github └── CODEOWNERS ├── .gitignore ├── .gitmodules ├── README.md ├── _deprecated ├── cel2 │ ├── faq.mdx │ ├── index.mdx │ ├── notices │ │ ├── celo-sepolia-launch.mdx │ │ ├── eigenda-v2-upgrade.mdx │ │ ├── isthmus-upgrade.mdx │ │ └── l2-migration.mdx │ └── operators │ │ ├── architecture.mdx │ │ ├── migrate-node.mdx │ │ ├── overview.mdx │ │ └── run-node.mdx ├── integration │ ├── checklist.mdx │ ├── cloud-hsm.mdx │ ├── custody.mdx │ ├── general.mdx │ ├── index.mdx │ └── listings.mdx └── what-is-celo │ ├── about-celo-l1 │ ├── node │ │ ├── run-alfajores.mdx │ │ ├── run-baklava.mdx │ │ └── run-mainnet.mdx │ ├── protocol │ │ ├── consensus │ │ │ ├── index.mdx │ │ │ ├── locating-nodes.mdx │ │ │ └── validator-set-differences.mdx │ │ ├── contracts │ │ │ └── add-contract.mdx │ │ ├── identity │ │ │ ├── encrypted-cloud-backup.mdx │ │ │ ├── index.mdx │ │ │ ├── metadata.mdx │ │ │ ├── odis-domain-sequential-delay-domain.mdx │ │ │ ├── odis-domain.mdx │ │ │ ├── odis-use-case-key-hardening.mdx │ │ │ ├── odis-use-case-phone-number-privacy.mdx │ │ │ ├── odis.mdx │ │ │ ├── privacy-research.mdx │ │ │ └── smart-contract-accounts.mdx │ │ ├── pos │ │ │ ├── becoming-a-validator.mdx │ │ │ ├── epoch-rewards-locked-gold.mdx │ │ │ ├── epoch-rewards-validator.mdx │ │ │ ├── epoch-rewards.mdx │ │ │ ├── index.mdx │ │ │ ├── locked-gold.mdx │ │ │ ├── penalties.mdx │ │ │ ├── validator-elections.mdx │ │ │ └── validator-groups.mdx │ │ ├── randomness.mdx │ │ ├── stability │ │ │ ├── adding-stable-assets.mdx │ │ │ ├── doto.mdx │ │ │ ├── granda-mento.mdx │ │ │ ├── index.mdx │ │ │ ├── oracles.mdx │ │ │ └── stability-fees.mdx │ │ └── transaction │ │ │ ├── erc20-transaction-fees.mdx │ │ │ ├── escrow.mdx │ │ │ ├── gas-pricing.mdx │ │ │ ├── index.mdx │ │ │ ├── native-currency.mdx │ │ │ ├── transaction-types.mdx │ │ │ └── tx-comment-encryption.mdx │ └── validator │ │ ├── celo-foundation-voting-policy.mdx │ │ ├── celo-website.mdx │ │ ├── devops-best-practices.mdx │ │ ├── discord.mdx │ │ ├── index.mdx │ │ ├── key-management │ │ ├── detailed.mdx │ │ ├── key-rotation.mdx │ │ └── summary.mdx │ │ ├── monitoring.mdx │ │ ├── node-upgrade.mdx │ │ ├── proxy.mdx │ │ ├── run │ │ └── mainnet.mdx │ │ ├── security.mdx │ │ ├── troubleshooting-faq.mdx │ │ ├── validator-explorer.mdx │ │ └── voting.mdx │ ├── celo-website.mdx │ ├── joining-celo │ ├── builders.mdx │ ├── code-of-conduct.mdx │ ├── contributors │ │ ├── cip-contributors.mdx │ │ ├── code-contributors.mdx │ │ ├── documentation-contributors.mdx │ │ ├── overview.mdx │ │ └── release-process │ │ │ ├── attestation-service.mdx │ │ │ ├── base-cli-contractkit-dappkit-utils.mdx │ │ │ ├── blockchain-client.mdx │ │ │ ├── index.mdx │ │ │ └── smart-contracts.mdx │ ├── daos.mdx │ └── index.mdx │ └── using-celo │ ├── bridged_tokens │ └── tokens.mdx │ ├── index.mdx │ ├── manage │ ├── asset.mdx │ ├── exchange.mdx │ ├── release-gold.mdx │ └── self-custody.mdx │ └── protocol │ ├── celo-token.mdx │ ├── consensus.mdx │ ├── escrow.mdx │ ├── governance │ ├── governable-parameters.mdx │ ├── governance-toolkit.mdx │ ├── overview.mdx │ ├── smart-contracts-upgrades.mdx │ ├── voting-in-governance-using-mondo.mdx │ └── voting-in-governance.mdx │ ├── index.mdx │ └── transaction │ ├── overview.mdx │ ├── transaction-types.mdx │ └── tx-comment-encryption.mdx ├── assets ├── dark-hero.png └── light-hero.png ├── contribute-to-celo ├── builders.mdx ├── code-of-conduct.mdx ├── community-rpc-nodes │ ├── community-rpc-node.mdx │ ├── how-it-works.mdx │ ├── penalties.mdx │ ├── registering-as-rpc-node.mdx │ └── validator-rpc-faq.mdx ├── contributors │ ├── cip-contributors.mdx │ ├── code-contributors.mdx │ ├── documentation-contributors.mdx │ └── overview.mdx ├── daos.mdx ├── index.mdx └── release-process │ ├── attestation-service.mdx │ ├── base-cli-contractkit-dappkit-utils.mdx │ ├── blockchain-client.mdx │ ├── index.mdx │ └── smart-contracts.mdx ├── docs.json ├── favicon.svg ├── home ├── bridged-tokens │ ├── bridges.mdx │ └── native-ETH-bridging.mdx ├── celo.mdx ├── exchanges.mdx ├── gas-fees.mdx ├── history.mdx ├── index.mdx ├── manage │ ├── asset.mdx │ ├── exchange.mdx │ ├── release-gold.mdx │ └── self-custody.mdx ├── protocol │ ├── celo-token.mdx │ ├── epoch-rewards │ │ ├── carbon-offsetting-fund.mdx │ │ ├── community-fund.mdx │ │ └── index.mdx │ ├── escrow.mdx │ ├── governance │ │ ├── create-governance-proposal.mdx │ │ ├── governable-parameters.mdx │ │ ├── governance-toolkit.mdx │ │ ├── overview.mdx │ │ ├── smart-contracts-upgrades.mdx │ │ ├── voting-in-governance-using-mondo.mdx │ │ └── voting-in-governance.mdx │ ├── index.mdx │ ├── security-council.mdx │ └── transactions │ │ ├── overview.mdx │ │ ├── transaction-types.mdx │ │ └── tx-comment-encryption.mdx ├── ramps.mdx └── wallets.mdx ├── img ├── Celo_MiniPay_02_Horizontal.jpg ├── build │ ├── add-celo-testnet-to-metamask │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ ├── build-on-minipay │ │ ├── deeplinks │ │ │ └── add-cash-deeplink.gif │ │ ├── enabling-testnet │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ └── 6.png │ │ ├── overview │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ └── 3.png │ │ └── prerequisites │ │ │ ├── android-studio-setup │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ │ └── ngrok-setup │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ ├── celo-programs.png │ ├── governance │ │ ├── governance-safe-multisig-01.png │ │ ├── governance-safe-multisig-2.png │ │ ├── governance-safe-multisig-3.png │ │ └── governance-safe-multisig-4.png │ └── how-to-deploy │ │ ├── foundry │ │ └── 1.png │ │ ├── hardhat │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ │ ├── remix │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ └── 6.png │ │ ├── thirdweb │ │ └── thirdweb-explore.png │ │ └── verify │ │ ├── celo-explorer │ │ ├── 1.png │ │ └── 2.png │ │ ├── celoscan │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ └── 4.png │ │ └── remix │ │ └── 1.png ├── color-favicon.png ├── community │ └── fundraising │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png ├── developer │ ├── ai-agent-ideas.png │ ├── build-on-minipay │ │ ├── android-studio-setup │ │ │ ├── 1.png │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ ├── 4.png │ │ │ ├── 5.png │ │ │ ├── 6.png │ │ │ ├── 7.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ ├── deeplinks │ │ │ └── add-cash-deeplink.gif │ │ └── ngrok-setup │ │ │ ├── 1.png │ │ │ ├── 2.png │ │ │ ├── 3.png │ │ │ └── 4.png │ └── multi-agents.png ├── doc-images │ ├── band-protocol-how-to │ │ ├── deploy.png │ │ ├── get-price.png │ │ ├── getmultiprices.png │ │ ├── remix-environment.png │ │ └── saveprice.png │ ├── deploy-contract-cel2 │ │ └── image.png │ ├── deploy-foundry │ │ └── image1.png │ ├── deploy-hardhat │ │ └── image1.png │ ├── deploy-remix │ │ ├── image1.png │ │ ├── image2.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ └── image6.png │ ├── deploy-replit │ │ ├── image1.png │ │ ├── image10.png │ │ ├── image11.png │ │ ├── image12.png │ │ ├── image2.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ ├── image6.png │ │ ├── image7.png │ │ ├── image8.png │ │ └── image9.png │ ├── fundraising │ │ ├── 1.png │ │ ├── 2.png │ │ └── 3.png │ ├── general │ │ └── web2-web3.svg │ ├── governance │ │ ├── governance-safe-multisig-01.png │ │ ├── governance-safe-multisig-2.png │ │ ├── governance-safe-multisig-3.png │ │ └── governance-safe-multisig-4.png │ ├── hero.webp │ ├── introduction-to-celo-progressive-dappstarter │ │ ├── 1.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 2.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ └── 9.png │ ├── logos │ │ ├── ambassador.svg │ │ ├── bullet.svg │ │ ├── connect.svg │ │ ├── contribute.svg │ │ ├── hardhat-logo.webp │ │ ├── infura-logo.webp │ │ ├── lava-logo.png │ │ ├── quicknode-logo.webp │ │ ├── rainbow.svg │ │ └── truffle-logo.webp │ ├── migrating-optics-v2 │ │ ├── confirm-transaction.png │ │ ├── connect-metamask.png │ │ ├── estimated-gas.png │ │ ├── ethereum-to-celo.png │ │ ├── mobius-migrate-1-connect.png │ │ ├── mobius-migrate-2-connect-confirm.png │ │ ├── mobius-migrate-3-select.png │ │ ├── mobius-migrate-4-amount.png │ │ ├── mobius-migrate-5-approve.png │ │ ├── mobius-migrate-6-swap.png │ │ ├── mobius-migrate-7-swap-confirm.png │ │ ├── mobius-migrate-8-verify.png │ │ ├── token-list.png │ │ ├── transaction-history.png │ │ ├── verify-token-list.png │ │ ├── verify-token-wallet.png │ │ └── weth-to-ethereum.png │ ├── minipay │ │ └── build-on-minipay │ │ │ ├── activate-developer-mode.jpg │ │ │ ├── choose-developer-settings.jpg │ │ │ ├── choose-settings.jpg │ │ │ ├── choose-testnet.jpg │ │ │ ├── enter-url.jpg │ │ │ ├── minipay-1.png │ │ │ ├── minipay-2.png │ │ │ ├── minipay-3.png │ │ │ ├── site-tester-opening.jpg │ │ │ └── turn-on-developer-mode.jpg │ ├── testnet-wallet │ │ ├── image1.png │ │ ├── image2.png │ │ ├── image3.png │ │ ├── image4.png │ │ ├── image5.png │ │ └── image6.png │ ├── transaction-types │ │ ├── Celo.jpg │ │ └── Ethereum.png │ ├── valora-wc-v1 │ │ ├── connect-dapp.png │ │ ├── connect-valora.jpg │ │ ├── qr-code.png │ │ ├── send-cusd.png │ │ └── valora-send.jpg │ └── verify-celoscan │ │ ├── image1.png │ │ ├── image2.png │ │ ├── image3.png │ │ └── image4.png ├── docusaurus.png ├── favicon.ico ├── homepage │ ├── ambassador.svg │ ├── celo-camp.webp │ ├── celo-sage.webp │ ├── celo_docs_hero_dark.png │ ├── celo_docs_hero_light.png │ ├── connect.svg │ ├── contribute.svg │ ├── icons │ │ ├── Architechture_White.svg │ │ ├── Attestation_White.svg │ │ ├── CLI_White.svg │ │ ├── CeloComposer_White.svg │ │ ├── ContractKit_White.svg │ │ ├── Migration_White.svg │ │ ├── NewToWeb3_White.svg │ │ ├── Node_White.svg │ │ ├── Oracle_White.svg │ │ ├── Protocol_White.svg │ │ ├── Rainbow_White.svg │ │ ├── React-celo_White.svg │ │ ├── Validator_White.svg │ │ ├── WhatIsCelo_White.svg │ │ └── Whitepapers_White.svg │ ├── illustration-1.png │ └── illustration-2.png ├── logo-cube-animation.gif ├── logo-dark.png ├── logo.png ├── logo.svg ├── preview.png ├── thirdweb-explore.png ├── thirdweb.svg ├── undraw_docusaurus_mountain.svg ├── undraw_docusaurus_react.svg └── undraw_docusaurus_tree.svg ├── infra-partners ├── integration │ ├── checklist.mdx │ ├── cloud-hsm.mdx │ ├── custody.mdx │ ├── general.mdx │ ├── index.mdx │ └── listings.mdx ├── notices │ ├── celo-sepolia-launch.mdx │ ├── eigenda-v2-upgrade.mdx │ ├── isthmus-upgrade.mdx │ ├── jello-upgrade.mdx │ ├── l1-fusaka-upgrade.mdx │ └── l2-migration.mdx ├── operators │ ├── architecture.mdx │ ├── migrate-node.mdx │ ├── overview.mdx │ └── run-node.mdx └── specs.mdx ├── legacy ├── faq.mdx ├── l1-architecture.mdx ├── node │ └── run-mainnet.mdx ├── overview.mdx ├── protocol │ ├── consensus │ │ ├── index.mdx │ │ ├── locating-nodes.mdx │ │ └── validator-set-differences.mdx │ ├── contracts │ │ └── add-contract.mdx │ ├── identity │ │ ├── encrypted-cloud-backup.mdx │ │ ├── index.mdx │ │ ├── metadata.mdx │ │ ├── odis-domain-sequential-delay-domain.mdx │ │ ├── odis-domain.mdx │ │ ├── odis-use-case-key-hardening.mdx │ │ ├── odis-use-case-phone-number-privacy.mdx │ │ ├── odis.mdx │ │ ├── privacy-research.mdx │ │ └── smart-contract-accounts.mdx │ ├── pos │ │ ├── becoming-a-validator.mdx │ │ ├── epoch-rewards-locked-gold.mdx │ │ ├── epoch-rewards-validator.mdx │ │ ├── epoch-rewards.mdx │ │ ├── index.mdx │ │ ├── locked-gold.mdx │ │ ├── penalties.mdx │ │ ├── validator-elections.mdx │ │ └── validator-groups.mdx │ ├── randomness.mdx │ ├── stability │ │ ├── adding-stable-assets.mdx │ │ ├── doto.mdx │ │ ├── granda-mento.mdx │ │ ├── index.mdx │ │ ├── oracles.mdx │ │ └── stability-fees.mdx │ └── transaction │ │ ├── erc20-transaction-fees.mdx │ │ ├── escrow.mdx │ │ ├── gas-pricing.mdx │ │ ├── index.mdx │ │ ├── native-currency.mdx │ │ ├── transaction-types.mdx │ │ └── tx-comment-encryption.mdx ├── transition │ ├── guides │ │ ├── bridging-celo-from-l1-to-l2.mdx │ │ └── withdrawing-celo-from-l2-to-l1.mdx │ ├── optimism │ │ └── op-l2.mdx │ └── whats-changed │ │ ├── l1-l2.mdx │ │ └── overview.mdx ├── validator │ ├── celo-foundation-voting-policy.mdx │ ├── celo-website.mdx │ ├── devops-best-practices.mdx │ ├── discord.mdx │ ├── index.mdx │ ├── key-management │ │ ├── detailed.mdx │ │ ├── key-rotation.mdx │ │ └── summary.mdx │ ├── monitoring.mdx │ ├── node-upgrade.mdx │ ├── proxy.mdx │ ├── run │ │ └── mainnet.mdx │ ├── security.mdx │ ├── troubleshooting-faq.mdx │ ├── validator-explorer.mdx │ └── voting.mdx └── whitepapers.mdx ├── logo ├── celo_dark.png ├── celo_light.png ├── dark.png └── light.png ├── scripts ├── .gitignore ├── README.md └── update_contracts.py ├── snippets ├── ColoredText.jsx ├── InlineImage.mdx ├── YouTube.jsx ├── home.jsx ├── schema.mdx ├── test.jsx └── tokens.mdx ├── style.css └── tooling ├── bridges ├── bridges.mdx └── cross-chain-messaging.mdx ├── contract-verification ├── blockscout.mdx ├── celoscan.mdx ├── foundry.mdx ├── hardhat.mdx ├── index.mdx └── remix.mdx ├── contracts ├── core-contracts.mdx ├── l1-contracts.mdx ├── token-contracts.mdx └── uniswap-contracts.mdx ├── dev-environments ├── foundry.mdx ├── hardhat.mdx ├── index.mdx ├── remix.mdx └── thirdweb │ ├── one-click-deploy.mdx │ ├── overview.mdx │ └── thirdweb.mdx ├── explorers ├── analytics.mdx ├── block-explorers.mdx ├── blockscout.mdx ├── celoscan.mdx └── overview.mdx ├── indexers ├── envio.mdx ├── overview.mdx ├── subquery.mdx └── the-graph.mdx ├── libraries-sdks ├── celo-sdks.mdx ├── cli │ ├── README.txt │ ├── account.mdx │ ├── autocomplete.mdx │ ├── commands.mdx │ ├── config.mdx │ ├── election.mdx │ ├── epochs.mdx │ ├── governance.mdx │ ├── help.mdx │ ├── identity.mdx │ ├── index.mdx │ ├── lockedcelo.mdx │ ├── multisig.mdx │ ├── network.mdx │ ├── node.mdx │ ├── oracle.mdx │ ├── plugins.mdx │ ├── releasecelo.mdx │ ├── rewards.mdx │ ├── transfer.mdx │ ├── validator.mdx │ └── validatorgroup.mdx ├── composer-kit.mdx ├── contractkit │ ├── contracts-wrappers-registry.mdx │ ├── data-encryption-key.mdx │ ├── index.mdx │ ├── migrating-to-contractkit-v1.mdx │ ├── migrating-to-contractkit-v2.mdx │ ├── migrating-to-viem.mdx │ ├── notes-web3-with-contractkit.mdx │ ├── odis.mdx │ ├── setup.mdx │ └── usage.mdx ├── dynamic │ └── index.mdx ├── ethers │ └── index.mdx ├── portal │ └── index.mdx ├── rainbowkit-celo │ └── index.mdx ├── reown │ └── index.mdx ├── thirdweb-sdk │ └── index.mdx ├── viem │ └── index.mdx └── web3 │ └── index.mdx ├── nodes ├── alchemy.mdx ├── forno.mdx ├── overview.mdx └── run-a-celo-node.mdx ├── oracles ├── band-protocol.mdx ├── chainlink-oracles.mdx ├── index.mdx ├── quex-oracles.mdx ├── redstone.mdx ├── run.mdx ├── supra.mdx └── wit-oracle.mdx ├── overview ├── faucet.mdx ├── fee-abstraction.mdx ├── index.mdx ├── migrate │ └── from-ethereum.mdx ├── network-overview.mdx └── setup │ ├── development-chain.mdx │ ├── mac.mdx │ ├── overview.mdx │ ├── replit.mdx │ ├── wallet.mdx │ └── windows.mdx ├── plumo ├── index.mdx ├── verification-phase-1.mdx └── verification-phase-2.mdx ├── testnets └── celo-sepolia │ ├── disclaimer.mdx │ └── index.mdx └── wallets ├── coinbase-wallet.mdx ├── index.mdx ├── ledger ├── setup.mdx ├── to-celo-cli.mdx ├── to-celo-terminal.mdx └── to-celo-web.mdx ├── metamask ├── add-celo-testnet-to-metamask.mdx ├── import.mdx ├── setup.mdx └── use.mdx └── staking.mdx /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/README.md -------------------------------------------------------------------------------- /_deprecated/cel2/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/faq.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/index.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/notices/celo-sepolia-launch.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/notices/celo-sepolia-launch.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/notices/eigenda-v2-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/notices/eigenda-v2-upgrade.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/notices/isthmus-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/notices/isthmus-upgrade.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/notices/l2-migration.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/notices/l2-migration.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/operators/architecture.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/operators/architecture.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/operators/migrate-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/operators/migrate-node.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/operators/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/operators/overview.mdx -------------------------------------------------------------------------------- /_deprecated/cel2/operators/run-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/cel2/operators/run-node.mdx -------------------------------------------------------------------------------- /_deprecated/integration/checklist.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/integration/checklist.mdx -------------------------------------------------------------------------------- /_deprecated/integration/cloud-hsm.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/integration/cloud-hsm.mdx -------------------------------------------------------------------------------- /_deprecated/integration/custody.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/integration/custody.mdx -------------------------------------------------------------------------------- /_deprecated/integration/general.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/integration/general.mdx -------------------------------------------------------------------------------- /_deprecated/integration/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/integration/index.mdx -------------------------------------------------------------------------------- /_deprecated/integration/listings.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/integration/listings.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/node/run-alfajores.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/node/run-alfajores.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/node/run-baklava.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/node/run-baklava.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/node/run-mainnet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/node/run-mainnet.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/consensus/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/consensus/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/consensus/locating-nodes.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/consensus/locating-nodes.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/consensus/validator-set-differences.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/consensus/validator-set-differences.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/contracts/add-contract.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/contracts/add-contract.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/encrypted-cloud-backup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/encrypted-cloud-backup.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/metadata.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/metadata.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-domain-sequential-delay-domain.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-domain-sequential-delay-domain.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-domain.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-domain.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-use-case-key-hardening.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-use-case-key-hardening.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-use-case-phone-number-privacy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis-use-case-phone-number-privacy.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/odis.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/privacy-research.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/privacy-research.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/identity/smart-contract-accounts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/identity/smart-contract-accounts.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/becoming-a-validator.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/becoming-a-validator.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/epoch-rewards-locked-gold.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/epoch-rewards-locked-gold.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/epoch-rewards-validator.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/epoch-rewards-validator.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/epoch-rewards.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/epoch-rewards.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/locked-gold.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/locked-gold.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/penalties.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/penalties.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/validator-elections.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/validator-elections.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/pos/validator-groups.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/pos/validator-groups.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/randomness.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/randomness.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/stability/adding-stable-assets.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/stability/adding-stable-assets.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/stability/doto.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/stability/doto.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/stability/granda-mento.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/stability/granda-mento.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/stability/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/stability/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/stability/oracles.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/stability/oracles.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/stability/stability-fees.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/stability/stability-fees.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/erc20-transaction-fees.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/erc20-transaction-fees.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/escrow.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/escrow.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/gas-pricing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/gas-pricing.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/native-currency.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/native-currency.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/transaction-types.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/transaction-types.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/protocol/transaction/tx-comment-encryption.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/protocol/transaction/tx-comment-encryption.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/celo-foundation-voting-policy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/celo-foundation-voting-policy.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/celo-website.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Celo Website 3 | url: https://celo.org 4 | --- -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/devops-best-practices.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/devops-best-practices.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/discord.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/discord.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/key-management/detailed.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/key-management/detailed.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/key-management/key-rotation.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/key-management/key-rotation.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/key-management/summary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/key-management/summary.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/monitoring.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/monitoring.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/node-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/node-upgrade.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/proxy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/proxy.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/run/mainnet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/run/mainnet.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/security.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/security.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/troubleshooting-faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/troubleshooting-faq.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/validator-explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/validator-explorer.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/about-celo-l1/validator/voting.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/about-celo-l1/validator/voting.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/celo-website.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Celo Website 3 | url: https://celo.org 4 | --- -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/builders.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/builders.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/code-of-conduct.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/code-of-conduct.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/cip-contributors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/cip-contributors.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/code-contributors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/code-contributors.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/documentation-contributors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/documentation-contributors.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/overview.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/release-process/attestation-service.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/release-process/attestation-service.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/release-process/base-cli-contractkit-dappkit-utils.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/release-process/base-cli-contractkit-dappkit-utils.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/release-process/blockchain-client.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/release-process/blockchain-client.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/release-process/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/release-process/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/contributors/release-process/smart-contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/contributors/release-process/smart-contracts.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/daos.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/daos.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/joining-celo/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/joining-celo/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/bridged_tokens/tokens.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/bridged_tokens/tokens.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/manage/asset.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/manage/asset.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/manage/exchange.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/manage/exchange.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/manage/release-gold.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/manage/release-gold.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/manage/self-custody.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/manage/self-custody.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/celo-token.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/celo-token.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/consensus.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/consensus.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/escrow.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/escrow.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/governance/governable-parameters.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/governance/governable-parameters.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/governance/governance-toolkit.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/governance/governance-toolkit.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/governance/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/governance/overview.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/governance/smart-contracts-upgrades.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/governance/smart-contracts-upgrades.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/governance/voting-in-governance-using-mondo.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/governance/voting-in-governance-using-mondo.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/governance/voting-in-governance.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/governance/voting-in-governance.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/index.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/transaction/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/transaction/overview.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/transaction/transaction-types.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/transaction/transaction-types.mdx -------------------------------------------------------------------------------- /_deprecated/what-is-celo/using-celo/protocol/transaction/tx-comment-encryption.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/_deprecated/what-is-celo/using-celo/protocol/transaction/tx-comment-encryption.mdx -------------------------------------------------------------------------------- /assets/dark-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/assets/dark-hero.png -------------------------------------------------------------------------------- /assets/light-hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/assets/light-hero.png -------------------------------------------------------------------------------- /contribute-to-celo/builders.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/builders.mdx -------------------------------------------------------------------------------- /contribute-to-celo/code-of-conduct.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/code-of-conduct.mdx -------------------------------------------------------------------------------- /contribute-to-celo/community-rpc-nodes/community-rpc-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/community-rpc-nodes/community-rpc-node.mdx -------------------------------------------------------------------------------- /contribute-to-celo/community-rpc-nodes/how-it-works.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/community-rpc-nodes/how-it-works.mdx -------------------------------------------------------------------------------- /contribute-to-celo/community-rpc-nodes/penalties.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/community-rpc-nodes/penalties.mdx -------------------------------------------------------------------------------- /contribute-to-celo/community-rpc-nodes/registering-as-rpc-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/community-rpc-nodes/registering-as-rpc-node.mdx -------------------------------------------------------------------------------- /contribute-to-celo/community-rpc-nodes/validator-rpc-faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/community-rpc-nodes/validator-rpc-faq.mdx -------------------------------------------------------------------------------- /contribute-to-celo/contributors/cip-contributors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/contributors/cip-contributors.mdx -------------------------------------------------------------------------------- /contribute-to-celo/contributors/code-contributors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/contributors/code-contributors.mdx -------------------------------------------------------------------------------- /contribute-to-celo/contributors/documentation-contributors.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/contributors/documentation-contributors.mdx -------------------------------------------------------------------------------- /contribute-to-celo/contributors/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/contributors/overview.mdx -------------------------------------------------------------------------------- /contribute-to-celo/daos.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/daos.mdx -------------------------------------------------------------------------------- /contribute-to-celo/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/index.mdx -------------------------------------------------------------------------------- /contribute-to-celo/release-process/attestation-service.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/release-process/attestation-service.mdx -------------------------------------------------------------------------------- /contribute-to-celo/release-process/base-cli-contractkit-dappkit-utils.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/release-process/base-cli-contractkit-dappkit-utils.mdx -------------------------------------------------------------------------------- /contribute-to-celo/release-process/blockchain-client.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/release-process/blockchain-client.mdx -------------------------------------------------------------------------------- /contribute-to-celo/release-process/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/release-process/index.mdx -------------------------------------------------------------------------------- /contribute-to-celo/release-process/smart-contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/contribute-to-celo/release-process/smart-contracts.mdx -------------------------------------------------------------------------------- /docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/docs.json -------------------------------------------------------------------------------- /favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/favicon.svg -------------------------------------------------------------------------------- /home/bridged-tokens/bridges.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/bridged-tokens/bridges.mdx -------------------------------------------------------------------------------- /home/bridged-tokens/native-ETH-bridging.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/bridged-tokens/native-ETH-bridging.mdx -------------------------------------------------------------------------------- /home/celo.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/celo.mdx -------------------------------------------------------------------------------- /home/exchanges.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/exchanges.mdx -------------------------------------------------------------------------------- /home/gas-fees.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/gas-fees.mdx -------------------------------------------------------------------------------- /home/history.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/history.mdx -------------------------------------------------------------------------------- /home/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/index.mdx -------------------------------------------------------------------------------- /home/manage/asset.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/manage/asset.mdx -------------------------------------------------------------------------------- /home/manage/exchange.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/manage/exchange.mdx -------------------------------------------------------------------------------- /home/manage/release-gold.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/manage/release-gold.mdx -------------------------------------------------------------------------------- /home/manage/self-custody.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/manage/self-custody.mdx -------------------------------------------------------------------------------- /home/protocol/celo-token.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/celo-token.mdx -------------------------------------------------------------------------------- /home/protocol/epoch-rewards/carbon-offsetting-fund.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/epoch-rewards/carbon-offsetting-fund.mdx -------------------------------------------------------------------------------- /home/protocol/epoch-rewards/community-fund.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/epoch-rewards/community-fund.mdx -------------------------------------------------------------------------------- /home/protocol/epoch-rewards/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/epoch-rewards/index.mdx -------------------------------------------------------------------------------- /home/protocol/escrow.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/escrow.mdx -------------------------------------------------------------------------------- /home/protocol/governance/create-governance-proposal.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/create-governance-proposal.mdx -------------------------------------------------------------------------------- /home/protocol/governance/governable-parameters.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/governable-parameters.mdx -------------------------------------------------------------------------------- /home/protocol/governance/governance-toolkit.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/governance-toolkit.mdx -------------------------------------------------------------------------------- /home/protocol/governance/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/overview.mdx -------------------------------------------------------------------------------- /home/protocol/governance/smart-contracts-upgrades.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/smart-contracts-upgrades.mdx -------------------------------------------------------------------------------- /home/protocol/governance/voting-in-governance-using-mondo.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/voting-in-governance-using-mondo.mdx -------------------------------------------------------------------------------- /home/protocol/governance/voting-in-governance.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/governance/voting-in-governance.mdx -------------------------------------------------------------------------------- /home/protocol/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/index.mdx -------------------------------------------------------------------------------- /home/protocol/security-council.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/security-council.mdx -------------------------------------------------------------------------------- /home/protocol/transactions/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/transactions/overview.mdx -------------------------------------------------------------------------------- /home/protocol/transactions/transaction-types.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/transactions/transaction-types.mdx -------------------------------------------------------------------------------- /home/protocol/transactions/tx-comment-encryption.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/protocol/transactions/tx-comment-encryption.mdx -------------------------------------------------------------------------------- /home/ramps.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/ramps.mdx -------------------------------------------------------------------------------- /home/wallets.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/home/wallets.mdx -------------------------------------------------------------------------------- /img/Celo_MiniPay_02_Horizontal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/Celo_MiniPay_02_Horizontal.jpg -------------------------------------------------------------------------------- /img/build/add-celo-testnet-to-metamask/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/add-celo-testnet-to-metamask/1.png -------------------------------------------------------------------------------- /img/build/add-celo-testnet-to-metamask/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/add-celo-testnet-to-metamask/2.png -------------------------------------------------------------------------------- /img/build/add-celo-testnet-to-metamask/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/add-celo-testnet-to-metamask/3.png -------------------------------------------------------------------------------- /img/build/add-celo-testnet-to-metamask/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/add-celo-testnet-to-metamask/4.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/deeplinks/add-cash-deeplink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/deeplinks/add-cash-deeplink.gif -------------------------------------------------------------------------------- /img/build/build-on-minipay/enabling-testnet/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/enabling-testnet/1.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/enabling-testnet/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/enabling-testnet/2.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/enabling-testnet/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/enabling-testnet/3.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/enabling-testnet/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/enabling-testnet/4.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/enabling-testnet/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/enabling-testnet/5.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/enabling-testnet/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/enabling-testnet/6.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/overview/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/overview/1.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/overview/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/overview/2.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/overview/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/overview/3.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/1.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/10.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/11.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/2.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/3.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/4.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/5.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/6.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/7.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/8.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/android-studio-setup/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/android-studio-setup/9.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/ngrok-setup/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/ngrok-setup/1.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/ngrok-setup/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/ngrok-setup/2.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/ngrok-setup/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/ngrok-setup/3.png -------------------------------------------------------------------------------- /img/build/build-on-minipay/prerequisites/ngrok-setup/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/build-on-minipay/prerequisites/ngrok-setup/4.png -------------------------------------------------------------------------------- /img/build/celo-programs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/celo-programs.png -------------------------------------------------------------------------------- /img/build/governance/governance-safe-multisig-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/governance/governance-safe-multisig-01.png -------------------------------------------------------------------------------- /img/build/governance/governance-safe-multisig-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/governance/governance-safe-multisig-2.png -------------------------------------------------------------------------------- /img/build/governance/governance-safe-multisig-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/governance/governance-safe-multisig-3.png -------------------------------------------------------------------------------- /img/build/governance/governance-safe-multisig-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/governance/governance-safe-multisig-4.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/foundry/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/foundry/1.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/hardhat/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/hardhat/1.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/hardhat/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/hardhat/2.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/hardhat/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/hardhat/3.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/remix/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/remix/1.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/remix/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/remix/2.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/remix/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/remix/3.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/remix/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/remix/4.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/remix/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/remix/6.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/thirdweb/thirdweb-explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/thirdweb/thirdweb-explore.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/celo-explorer/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/celo-explorer/1.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/celo-explorer/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/celo-explorer/2.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/celoscan/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/celoscan/1.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/celoscan/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/celoscan/2.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/celoscan/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/celoscan/3.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/celoscan/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/celoscan/4.png -------------------------------------------------------------------------------- /img/build/how-to-deploy/verify/remix/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/build/how-to-deploy/verify/remix/1.png -------------------------------------------------------------------------------- /img/color-favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/color-favicon.png -------------------------------------------------------------------------------- /img/community/fundraising/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/community/fundraising/1.png -------------------------------------------------------------------------------- /img/community/fundraising/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/community/fundraising/2.png -------------------------------------------------------------------------------- /img/community/fundraising/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/community/fundraising/3.png -------------------------------------------------------------------------------- /img/developer/ai-agent-ideas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/ai-agent-ideas.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/1.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/10.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/11.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/2.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/3.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/4.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/5.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/6.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/7.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/8.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/android-studio-setup/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/android-studio-setup/9.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/deeplinks/add-cash-deeplink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/deeplinks/add-cash-deeplink.gif -------------------------------------------------------------------------------- /img/developer/build-on-minipay/ngrok-setup/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/ngrok-setup/1.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/ngrok-setup/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/ngrok-setup/2.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/ngrok-setup/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/ngrok-setup/3.png -------------------------------------------------------------------------------- /img/developer/build-on-minipay/ngrok-setup/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/build-on-minipay/ngrok-setup/4.png -------------------------------------------------------------------------------- /img/developer/multi-agents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/developer/multi-agents.png -------------------------------------------------------------------------------- /img/doc-images/band-protocol-how-to/deploy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/band-protocol-how-to/deploy.png -------------------------------------------------------------------------------- /img/doc-images/band-protocol-how-to/get-price.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/band-protocol-how-to/get-price.png -------------------------------------------------------------------------------- /img/doc-images/band-protocol-how-to/getmultiprices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/band-protocol-how-to/getmultiprices.png -------------------------------------------------------------------------------- /img/doc-images/band-protocol-how-to/remix-environment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/band-protocol-how-to/remix-environment.png -------------------------------------------------------------------------------- /img/doc-images/band-protocol-how-to/saveprice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/band-protocol-how-to/saveprice.png -------------------------------------------------------------------------------- /img/doc-images/deploy-contract-cel2/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-contract-cel2/image.png -------------------------------------------------------------------------------- /img/doc-images/deploy-foundry/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-foundry/image1.png -------------------------------------------------------------------------------- /img/doc-images/deploy-hardhat/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-hardhat/image1.png -------------------------------------------------------------------------------- /img/doc-images/deploy-remix/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-remix/image1.png -------------------------------------------------------------------------------- /img/doc-images/deploy-remix/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-remix/image2.png -------------------------------------------------------------------------------- /img/doc-images/deploy-remix/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-remix/image3.png -------------------------------------------------------------------------------- /img/doc-images/deploy-remix/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-remix/image4.png -------------------------------------------------------------------------------- /img/doc-images/deploy-remix/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-remix/image5.png -------------------------------------------------------------------------------- /img/doc-images/deploy-remix/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-remix/image6.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image1.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image10.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image11.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image12.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image2.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image3.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image4.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image5.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image6.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image7.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image8.png -------------------------------------------------------------------------------- /img/doc-images/deploy-replit/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/deploy-replit/image9.png -------------------------------------------------------------------------------- /img/doc-images/fundraising/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/fundraising/1.png -------------------------------------------------------------------------------- /img/doc-images/fundraising/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/fundraising/2.png -------------------------------------------------------------------------------- /img/doc-images/fundraising/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/fundraising/3.png -------------------------------------------------------------------------------- /img/doc-images/general/web2-web3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/general/web2-web3.svg -------------------------------------------------------------------------------- /img/doc-images/governance/governance-safe-multisig-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/governance/governance-safe-multisig-01.png -------------------------------------------------------------------------------- /img/doc-images/governance/governance-safe-multisig-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/governance/governance-safe-multisig-2.png -------------------------------------------------------------------------------- /img/doc-images/governance/governance-safe-multisig-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/governance/governance-safe-multisig-3.png -------------------------------------------------------------------------------- /img/doc-images/governance/governance-safe-multisig-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/governance/governance-safe-multisig-4.png -------------------------------------------------------------------------------- /img/doc-images/hero.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/hero.webp -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/1.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/10.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/11.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/12.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/13.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/14.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/15.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/16.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/17.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/18.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/19.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/2.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/20.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/21.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/22.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/23.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/3.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/4.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/5.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/6.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/7.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/8.png -------------------------------------------------------------------------------- /img/doc-images/introduction-to-celo-progressive-dappstarter/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/introduction-to-celo-progressive-dappstarter/9.png -------------------------------------------------------------------------------- /img/doc-images/logos/ambassador.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/ambassador.svg -------------------------------------------------------------------------------- /img/doc-images/logos/bullet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/bullet.svg -------------------------------------------------------------------------------- /img/doc-images/logos/connect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/connect.svg -------------------------------------------------------------------------------- /img/doc-images/logos/contribute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/contribute.svg -------------------------------------------------------------------------------- /img/doc-images/logos/hardhat-logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/hardhat-logo.webp -------------------------------------------------------------------------------- /img/doc-images/logos/infura-logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/infura-logo.webp -------------------------------------------------------------------------------- /img/doc-images/logos/lava-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/lava-logo.png -------------------------------------------------------------------------------- /img/doc-images/logos/quicknode-logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/quicknode-logo.webp -------------------------------------------------------------------------------- /img/doc-images/logos/rainbow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/rainbow.svg -------------------------------------------------------------------------------- /img/doc-images/logos/truffle-logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/logos/truffle-logo.webp -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/confirm-transaction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/confirm-transaction.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/connect-metamask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/connect-metamask.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/estimated-gas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/estimated-gas.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/ethereum-to-celo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/ethereum-to-celo.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-1-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-1-connect.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-2-connect-confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-2-connect-confirm.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-3-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-3-select.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-4-amount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-4-amount.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-5-approve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-5-approve.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-6-swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-6-swap.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-7-swap-confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-7-swap-confirm.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/mobius-migrate-8-verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/mobius-migrate-8-verify.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/token-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/token-list.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/transaction-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/transaction-history.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/verify-token-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/verify-token-list.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/verify-token-wallet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/verify-token-wallet.png -------------------------------------------------------------------------------- /img/doc-images/migrating-optics-v2/weth-to-ethereum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/migrating-optics-v2/weth-to-ethereum.png -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/activate-developer-mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/activate-developer-mode.jpg -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/choose-developer-settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/choose-developer-settings.jpg -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/choose-settings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/choose-settings.jpg -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/choose-testnet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/choose-testnet.jpg -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/enter-url.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/enter-url.jpg -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/minipay-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/minipay-1.png -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/minipay-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/minipay-2.png -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/minipay-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/minipay-3.png -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/site-tester-opening.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/site-tester-opening.jpg -------------------------------------------------------------------------------- /img/doc-images/minipay/build-on-minipay/turn-on-developer-mode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/minipay/build-on-minipay/turn-on-developer-mode.jpg -------------------------------------------------------------------------------- /img/doc-images/testnet-wallet/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/testnet-wallet/image1.png -------------------------------------------------------------------------------- /img/doc-images/testnet-wallet/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/testnet-wallet/image2.png -------------------------------------------------------------------------------- /img/doc-images/testnet-wallet/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/testnet-wallet/image3.png -------------------------------------------------------------------------------- /img/doc-images/testnet-wallet/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/testnet-wallet/image4.png -------------------------------------------------------------------------------- /img/doc-images/testnet-wallet/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/testnet-wallet/image5.png -------------------------------------------------------------------------------- /img/doc-images/testnet-wallet/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/testnet-wallet/image6.png -------------------------------------------------------------------------------- /img/doc-images/transaction-types/Celo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/transaction-types/Celo.jpg -------------------------------------------------------------------------------- /img/doc-images/transaction-types/Ethereum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/transaction-types/Ethereum.png -------------------------------------------------------------------------------- /img/doc-images/valora-wc-v1/connect-dapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/valora-wc-v1/connect-dapp.png -------------------------------------------------------------------------------- /img/doc-images/valora-wc-v1/connect-valora.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/valora-wc-v1/connect-valora.jpg -------------------------------------------------------------------------------- /img/doc-images/valora-wc-v1/qr-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/valora-wc-v1/qr-code.png -------------------------------------------------------------------------------- /img/doc-images/valora-wc-v1/send-cusd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/valora-wc-v1/send-cusd.png -------------------------------------------------------------------------------- /img/doc-images/valora-wc-v1/valora-send.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/valora-wc-v1/valora-send.jpg -------------------------------------------------------------------------------- /img/doc-images/verify-celoscan/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/verify-celoscan/image1.png -------------------------------------------------------------------------------- /img/doc-images/verify-celoscan/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/verify-celoscan/image2.png -------------------------------------------------------------------------------- /img/doc-images/verify-celoscan/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/verify-celoscan/image3.png -------------------------------------------------------------------------------- /img/doc-images/verify-celoscan/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/doc-images/verify-celoscan/image4.png -------------------------------------------------------------------------------- /img/docusaurus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/docusaurus.png -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/homepage/ambassador.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/ambassador.svg -------------------------------------------------------------------------------- /img/homepage/celo-camp.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/celo-camp.webp -------------------------------------------------------------------------------- /img/homepage/celo-sage.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/celo-sage.webp -------------------------------------------------------------------------------- /img/homepage/celo_docs_hero_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/celo_docs_hero_dark.png -------------------------------------------------------------------------------- /img/homepage/celo_docs_hero_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/celo_docs_hero_light.png -------------------------------------------------------------------------------- /img/homepage/connect.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/connect.svg -------------------------------------------------------------------------------- /img/homepage/contribute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/contribute.svg -------------------------------------------------------------------------------- /img/homepage/icons/Architechture_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Architechture_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Attestation_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Attestation_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/CLI_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/CLI_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/CeloComposer_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/CeloComposer_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/ContractKit_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/ContractKit_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Migration_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Migration_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/NewToWeb3_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/NewToWeb3_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Node_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Node_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Oracle_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Oracle_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Protocol_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Protocol_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Rainbow_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Rainbow_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/React-celo_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/React-celo_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Validator_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Validator_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/WhatIsCelo_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/WhatIsCelo_White.svg -------------------------------------------------------------------------------- /img/homepage/icons/Whitepapers_White.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/icons/Whitepapers_White.svg -------------------------------------------------------------------------------- /img/homepage/illustration-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/illustration-1.png -------------------------------------------------------------------------------- /img/homepage/illustration-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/homepage/illustration-2.png -------------------------------------------------------------------------------- /img/logo-cube-animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/logo-cube-animation.gif -------------------------------------------------------------------------------- /img/logo-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/logo-dark.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/logo.svg -------------------------------------------------------------------------------- /img/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/preview.png -------------------------------------------------------------------------------- /img/thirdweb-explore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/thirdweb-explore.png -------------------------------------------------------------------------------- /img/thirdweb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/thirdweb.svg -------------------------------------------------------------------------------- /img/undraw_docusaurus_mountain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/undraw_docusaurus_mountain.svg -------------------------------------------------------------------------------- /img/undraw_docusaurus_react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/undraw_docusaurus_react.svg -------------------------------------------------------------------------------- /img/undraw_docusaurus_tree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/img/undraw_docusaurus_tree.svg -------------------------------------------------------------------------------- /infra-partners/integration/checklist.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/integration/checklist.mdx -------------------------------------------------------------------------------- /infra-partners/integration/cloud-hsm.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/integration/cloud-hsm.mdx -------------------------------------------------------------------------------- /infra-partners/integration/custody.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/integration/custody.mdx -------------------------------------------------------------------------------- /infra-partners/integration/general.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/integration/general.mdx -------------------------------------------------------------------------------- /infra-partners/integration/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/integration/index.mdx -------------------------------------------------------------------------------- /infra-partners/integration/listings.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/integration/listings.mdx -------------------------------------------------------------------------------- /infra-partners/notices/celo-sepolia-launch.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/notices/celo-sepolia-launch.mdx -------------------------------------------------------------------------------- /infra-partners/notices/eigenda-v2-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/notices/eigenda-v2-upgrade.mdx -------------------------------------------------------------------------------- /infra-partners/notices/isthmus-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/notices/isthmus-upgrade.mdx -------------------------------------------------------------------------------- /infra-partners/notices/jello-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/notices/jello-upgrade.mdx -------------------------------------------------------------------------------- /infra-partners/notices/l1-fusaka-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/notices/l1-fusaka-upgrade.mdx -------------------------------------------------------------------------------- /infra-partners/notices/l2-migration.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/notices/l2-migration.mdx -------------------------------------------------------------------------------- /infra-partners/operators/architecture.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/operators/architecture.mdx -------------------------------------------------------------------------------- /infra-partners/operators/migrate-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/operators/migrate-node.mdx -------------------------------------------------------------------------------- /infra-partners/operators/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/operators/overview.mdx -------------------------------------------------------------------------------- /infra-partners/operators/run-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/operators/run-node.mdx -------------------------------------------------------------------------------- /infra-partners/specs.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/infra-partners/specs.mdx -------------------------------------------------------------------------------- /legacy/faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/faq.mdx -------------------------------------------------------------------------------- /legacy/l1-architecture.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/l1-architecture.mdx -------------------------------------------------------------------------------- /legacy/node/run-mainnet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/node/run-mainnet.mdx -------------------------------------------------------------------------------- /legacy/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/overview.mdx -------------------------------------------------------------------------------- /legacy/protocol/consensus/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/consensus/index.mdx -------------------------------------------------------------------------------- /legacy/protocol/consensus/locating-nodes.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/consensus/locating-nodes.mdx -------------------------------------------------------------------------------- /legacy/protocol/consensus/validator-set-differences.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/consensus/validator-set-differences.mdx -------------------------------------------------------------------------------- /legacy/protocol/contracts/add-contract.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/contracts/add-contract.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/encrypted-cloud-backup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/encrypted-cloud-backup.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/index.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/metadata.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/metadata.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/odis-domain-sequential-delay-domain.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/odis-domain-sequential-delay-domain.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/odis-domain.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/odis-domain.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/odis-use-case-key-hardening.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/odis-use-case-key-hardening.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/odis-use-case-phone-number-privacy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/odis-use-case-phone-number-privacy.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/odis.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/odis.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/privacy-research.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/privacy-research.mdx -------------------------------------------------------------------------------- /legacy/protocol/identity/smart-contract-accounts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/identity/smart-contract-accounts.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/becoming-a-validator.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/becoming-a-validator.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/epoch-rewards-locked-gold.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/epoch-rewards-locked-gold.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/epoch-rewards-validator.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/epoch-rewards-validator.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/epoch-rewards.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/epoch-rewards.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/index.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/locked-gold.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/locked-gold.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/penalties.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/penalties.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/validator-elections.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/validator-elections.mdx -------------------------------------------------------------------------------- /legacy/protocol/pos/validator-groups.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/pos/validator-groups.mdx -------------------------------------------------------------------------------- /legacy/protocol/randomness.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/randomness.mdx -------------------------------------------------------------------------------- /legacy/protocol/stability/adding-stable-assets.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/stability/adding-stable-assets.mdx -------------------------------------------------------------------------------- /legacy/protocol/stability/doto.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/stability/doto.mdx -------------------------------------------------------------------------------- /legacy/protocol/stability/granda-mento.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/stability/granda-mento.mdx -------------------------------------------------------------------------------- /legacy/protocol/stability/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/stability/index.mdx -------------------------------------------------------------------------------- /legacy/protocol/stability/oracles.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/stability/oracles.mdx -------------------------------------------------------------------------------- /legacy/protocol/stability/stability-fees.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/stability/stability-fees.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/erc20-transaction-fees.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/erc20-transaction-fees.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/escrow.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/escrow.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/gas-pricing.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/gas-pricing.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/index.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/native-currency.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/native-currency.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/transaction-types.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/transaction-types.mdx -------------------------------------------------------------------------------- /legacy/protocol/transaction/tx-comment-encryption.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/protocol/transaction/tx-comment-encryption.mdx -------------------------------------------------------------------------------- /legacy/transition/guides/bridging-celo-from-l1-to-l2.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/transition/guides/bridging-celo-from-l1-to-l2.mdx -------------------------------------------------------------------------------- /legacy/transition/guides/withdrawing-celo-from-l2-to-l1.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/transition/guides/withdrawing-celo-from-l2-to-l1.mdx -------------------------------------------------------------------------------- /legacy/transition/optimism/op-l2.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/transition/optimism/op-l2.mdx -------------------------------------------------------------------------------- /legacy/transition/whats-changed/l1-l2.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/transition/whats-changed/l1-l2.mdx -------------------------------------------------------------------------------- /legacy/transition/whats-changed/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/transition/whats-changed/overview.mdx -------------------------------------------------------------------------------- /legacy/validator/celo-foundation-voting-policy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/celo-foundation-voting-policy.mdx -------------------------------------------------------------------------------- /legacy/validator/celo-website.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: Celo Website 3 | url: https://celo.org 4 | --- -------------------------------------------------------------------------------- /legacy/validator/devops-best-practices.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/devops-best-practices.mdx -------------------------------------------------------------------------------- /legacy/validator/discord.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/discord.mdx -------------------------------------------------------------------------------- /legacy/validator/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/index.mdx -------------------------------------------------------------------------------- /legacy/validator/key-management/detailed.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/key-management/detailed.mdx -------------------------------------------------------------------------------- /legacy/validator/key-management/key-rotation.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/key-management/key-rotation.mdx -------------------------------------------------------------------------------- /legacy/validator/key-management/summary.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/key-management/summary.mdx -------------------------------------------------------------------------------- /legacy/validator/monitoring.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/monitoring.mdx -------------------------------------------------------------------------------- /legacy/validator/node-upgrade.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/node-upgrade.mdx -------------------------------------------------------------------------------- /legacy/validator/proxy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/proxy.mdx -------------------------------------------------------------------------------- /legacy/validator/run/mainnet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/run/mainnet.mdx -------------------------------------------------------------------------------- /legacy/validator/security.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/security.mdx -------------------------------------------------------------------------------- /legacy/validator/troubleshooting-faq.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/troubleshooting-faq.mdx -------------------------------------------------------------------------------- /legacy/validator/validator-explorer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/validator-explorer.mdx -------------------------------------------------------------------------------- /legacy/validator/voting.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/validator/voting.mdx -------------------------------------------------------------------------------- /legacy/whitepapers.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/legacy/whitepapers.mdx -------------------------------------------------------------------------------- /logo/celo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/logo/celo_dark.png -------------------------------------------------------------------------------- /logo/celo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/logo/celo_light.png -------------------------------------------------------------------------------- /logo/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/logo/dark.png -------------------------------------------------------------------------------- /logo/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/logo/light.png -------------------------------------------------------------------------------- /scripts/.gitignore: -------------------------------------------------------------------------------- 1 | *.json 2 | -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/update_contracts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/scripts/update_contracts.py -------------------------------------------------------------------------------- /snippets/ColoredText.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/ColoredText.jsx -------------------------------------------------------------------------------- /snippets/InlineImage.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/InlineImage.mdx -------------------------------------------------------------------------------- /snippets/YouTube.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/YouTube.jsx -------------------------------------------------------------------------------- /snippets/home.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/home.jsx -------------------------------------------------------------------------------- /snippets/schema.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/schema.mdx -------------------------------------------------------------------------------- /snippets/test.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/test.jsx -------------------------------------------------------------------------------- /snippets/tokens.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/snippets/tokens.mdx -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/style.css -------------------------------------------------------------------------------- /tooling/bridges/bridges.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/bridges/bridges.mdx -------------------------------------------------------------------------------- /tooling/bridges/cross-chain-messaging.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/bridges/cross-chain-messaging.mdx -------------------------------------------------------------------------------- /tooling/contract-verification/blockscout.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contract-verification/blockscout.mdx -------------------------------------------------------------------------------- /tooling/contract-verification/celoscan.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contract-verification/celoscan.mdx -------------------------------------------------------------------------------- /tooling/contract-verification/foundry.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contract-verification/foundry.mdx -------------------------------------------------------------------------------- /tooling/contract-verification/hardhat.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contract-verification/hardhat.mdx -------------------------------------------------------------------------------- /tooling/contract-verification/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contract-verification/index.mdx -------------------------------------------------------------------------------- /tooling/contract-verification/remix.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contract-verification/remix.mdx -------------------------------------------------------------------------------- /tooling/contracts/core-contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contracts/core-contracts.mdx -------------------------------------------------------------------------------- /tooling/contracts/l1-contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contracts/l1-contracts.mdx -------------------------------------------------------------------------------- /tooling/contracts/token-contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contracts/token-contracts.mdx -------------------------------------------------------------------------------- /tooling/contracts/uniswap-contracts.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/contracts/uniswap-contracts.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/foundry.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/foundry.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/hardhat.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/hardhat.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/index.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/remix.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/remix.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/thirdweb/one-click-deploy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/thirdweb/one-click-deploy.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/thirdweb/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/thirdweb/overview.mdx -------------------------------------------------------------------------------- /tooling/dev-environments/thirdweb/thirdweb.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/dev-environments/thirdweb/thirdweb.mdx -------------------------------------------------------------------------------- /tooling/explorers/analytics.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/explorers/analytics.mdx -------------------------------------------------------------------------------- /tooling/explorers/block-explorers.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/explorers/block-explorers.mdx -------------------------------------------------------------------------------- /tooling/explorers/blockscout.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/explorers/blockscout.mdx -------------------------------------------------------------------------------- /tooling/explorers/celoscan.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/explorers/celoscan.mdx -------------------------------------------------------------------------------- /tooling/explorers/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/explorers/overview.mdx -------------------------------------------------------------------------------- /tooling/indexers/envio.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/indexers/envio.mdx -------------------------------------------------------------------------------- /tooling/indexers/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/indexers/overview.mdx -------------------------------------------------------------------------------- /tooling/indexers/subquery.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/indexers/subquery.mdx -------------------------------------------------------------------------------- /tooling/indexers/the-graph.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/indexers/the-graph.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/celo-sdks.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/celo-sdks.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/README.txt -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/account.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/account.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/autocomplete.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/autocomplete.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/commands.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/commands.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/config.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/config.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/election.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/election.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/epochs.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/epochs.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/governance.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/governance.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/help.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/help.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/identity.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/identity.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/lockedcelo.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/lockedcelo.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/multisig.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/multisig.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/network.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/network.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/node.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/oracle.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/oracle.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/plugins.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/plugins.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/releasecelo.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/releasecelo.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/rewards.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/rewards.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/transfer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/transfer.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/validator.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/validator.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/cli/validatorgroup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/cli/validatorgroup.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/composer-kit.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/composer-kit.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/contracts-wrappers-registry.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/contracts-wrappers-registry.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/data-encryption-key.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/data-encryption-key.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/migrating-to-contractkit-v1.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/migrating-to-contractkit-v1.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/migrating-to-contractkit-v2.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/migrating-to-contractkit-v2.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/migrating-to-viem.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/migrating-to-viem.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/notes-web3-with-contractkit.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/notes-web3-with-contractkit.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/odis.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/odis.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/setup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/setup.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/contractkit/usage.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/contractkit/usage.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/dynamic/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/dynamic/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/ethers/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/ethers/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/portal/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/portal/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/rainbowkit-celo/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/rainbowkit-celo/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/reown/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/reown/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/thirdweb-sdk/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/thirdweb-sdk/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/viem/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/viem/index.mdx -------------------------------------------------------------------------------- /tooling/libraries-sdks/web3/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/libraries-sdks/web3/index.mdx -------------------------------------------------------------------------------- /tooling/nodes/alchemy.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/nodes/alchemy.mdx -------------------------------------------------------------------------------- /tooling/nodes/forno.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/nodes/forno.mdx -------------------------------------------------------------------------------- /tooling/nodes/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/nodes/overview.mdx -------------------------------------------------------------------------------- /tooling/nodes/run-a-celo-node.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/nodes/run-a-celo-node.mdx -------------------------------------------------------------------------------- /tooling/oracles/band-protocol.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/band-protocol.mdx -------------------------------------------------------------------------------- /tooling/oracles/chainlink-oracles.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/chainlink-oracles.mdx -------------------------------------------------------------------------------- /tooling/oracles/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/index.mdx -------------------------------------------------------------------------------- /tooling/oracles/quex-oracles.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/quex-oracles.mdx -------------------------------------------------------------------------------- /tooling/oracles/redstone.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/redstone.mdx -------------------------------------------------------------------------------- /tooling/oracles/run.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/run.mdx -------------------------------------------------------------------------------- /tooling/oracles/supra.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/supra.mdx -------------------------------------------------------------------------------- /tooling/oracles/wit-oracle.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/oracles/wit-oracle.mdx -------------------------------------------------------------------------------- /tooling/overview/faucet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/faucet.mdx -------------------------------------------------------------------------------- /tooling/overview/fee-abstraction.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/fee-abstraction.mdx -------------------------------------------------------------------------------- /tooling/overview/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/index.mdx -------------------------------------------------------------------------------- /tooling/overview/migrate/from-ethereum.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/migrate/from-ethereum.mdx -------------------------------------------------------------------------------- /tooling/overview/network-overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/network-overview.mdx -------------------------------------------------------------------------------- /tooling/overview/setup/development-chain.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/setup/development-chain.mdx -------------------------------------------------------------------------------- /tooling/overview/setup/mac.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/setup/mac.mdx -------------------------------------------------------------------------------- /tooling/overview/setup/overview.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/setup/overview.mdx -------------------------------------------------------------------------------- /tooling/overview/setup/replit.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/setup/replit.mdx -------------------------------------------------------------------------------- /tooling/overview/setup/wallet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/setup/wallet.mdx -------------------------------------------------------------------------------- /tooling/overview/setup/windows.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/overview/setup/windows.mdx -------------------------------------------------------------------------------- /tooling/plumo/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/plumo/index.mdx -------------------------------------------------------------------------------- /tooling/plumo/verification-phase-1.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/plumo/verification-phase-1.mdx -------------------------------------------------------------------------------- /tooling/plumo/verification-phase-2.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/plumo/verification-phase-2.mdx -------------------------------------------------------------------------------- /tooling/testnets/celo-sepolia/disclaimer.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/testnets/celo-sepolia/disclaimer.mdx -------------------------------------------------------------------------------- /tooling/testnets/celo-sepolia/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/testnets/celo-sepolia/index.mdx -------------------------------------------------------------------------------- /tooling/wallets/coinbase-wallet.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/coinbase-wallet.mdx -------------------------------------------------------------------------------- /tooling/wallets/index.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/index.mdx -------------------------------------------------------------------------------- /tooling/wallets/ledger/setup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/ledger/setup.mdx -------------------------------------------------------------------------------- /tooling/wallets/ledger/to-celo-cli.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/ledger/to-celo-cli.mdx -------------------------------------------------------------------------------- /tooling/wallets/ledger/to-celo-terminal.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/ledger/to-celo-terminal.mdx -------------------------------------------------------------------------------- /tooling/wallets/ledger/to-celo-web.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/ledger/to-celo-web.mdx -------------------------------------------------------------------------------- /tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/metamask/add-celo-testnet-to-metamask.mdx -------------------------------------------------------------------------------- /tooling/wallets/metamask/import.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/metamask/import.mdx -------------------------------------------------------------------------------- /tooling/wallets/metamask/setup.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/metamask/setup.mdx -------------------------------------------------------------------------------- /tooling/wallets/metamask/use.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/metamask/use.mdx -------------------------------------------------------------------------------- /tooling/wallets/staking.mdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/celo-org/docs/HEAD/tooling/wallets/staking.mdx --------------------------------------------------------------------------------