Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 341 Bytes

File metadata and controls

16 lines (10 loc) · 341 Bytes

Hello World

This is a starter tutorial placeholder for StarForge.

Goals

  • Verify your environment
  • Create a test wallet
  • Deploy a Soroban contract (via generated Stellar CLI command)

Steps

  1. starforge info
  2. starforge wallet create deployer --fund
  3. starforge deploy --wasm ./path/to/contract.wasm --wallet deployer