Skip to content

Latest commit

 

History

History
 
 

docs

The Starport Handbook

Create your own blockchain - from star to ecosystem

Guide 🔎

  1. Introduction
    1. Introduction
    2. Documentation and Specification
    3. Development Mode
  2. Using Starport
    1. Using Starport
    2. Genesis File
    3. Configuration
  3. Modules
    1. What are Modules
    2. Basic Modules
    3. Advanced Modules
    4. Smart Modules
    5. Your own Modules
  4. Usecases
    1. Smart Contracts
    2. ERC20 & ERC777
    3. CosmWasm CW20
  5. Extras
    1. Evm Module integration

Quickstart 🚀

Scaffold your application - more

starport app github.com/username/myapp

Serve the blockchain application - more

starport serve

Add a new transaction type to your application - more

starport type post title body