Skip to content
Komodo Docs
Introduction Setup Tutorials API (Legacy) API 2.0 (Master) API 2.0 (Dev) Common Structures
API Setup Tutorials
API Setup Tutorials
Komodo Mobile Wallet Komodo Desktop Wallet How to Vote Komodo Notary Nodes QA and Testing Resources White Paper CC Book

Search needs a web server. This page was opened straight from disk (file://), and browsers refuse to fetch the search index over that protocol. Site-wide links are absolute too, so they will not work either. Serve the build instead:

npm run preview

Any static server works, for example npx serve dist or python3 -m http.server -d dist.

The search index is generated at build time, so search is unavailable under npm run dev. Run npm run build, then npm run preview.

GitHub
Introduction to Smart Chain Documentation
Komodo Changelog
Smart Chain Setup
  • Introduction
  • Installing Smart Chain Software From Source Code
  • Updating Smart Chain Software From Source Code
  • Interacting with Smart Chains
  • Ecosystem Smart Chain Launch Commands
  • Smart Chain Maintenance
  • Common Runtime Parameters
  • dexP2P
  • nSPV (Enhanced Lite Mode)
Smart Chain Tutorials
  • Introduction to Smart Chain Tutorials
  • Basic Environment Setup for Linux VPS
  • Create a Default Smart Chain
  • Creating a Smart Chain on a Single Node
  • Smart Chain Examples
  • Get New Pubkey
  • Running Komodo Software in Debug Mode
  • Multisignature Transaction Creation and Walkthrough
  • Smart Chain API Basics
  • Streaming Dexp2p
  • Publish Download Files Dexp2p
Smart Chain API
  • Introduction
  • Address
  • Blockchain
  • CC Lib
  • Control
  • Cross-Chain API
  • Disclosure
  • Generate
  • Mining
  • Jumblr
  • Network
  • Nspv
  • Raw Transactions
  • Util
  • Wallet

Ecosystem Launch Parameters#

A list of launch parameters for all the Smart Chains in the Komodo ecosystem that receive the dPoW security service can be found at this link: https://github.com/KomodoPlatform/dPoW/blob/master/iguana/assetchains.old

Edit this page on GitHub
Previous Interacting with Smart Chains Next Smart Chain Maintenance