Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Development Scripts

Helper scripts for common development tasks.

Available Scripts

build.sh

Compiles all smart contracts for WASM target.

./scripts/build.sh

test.sh

Runs all tests (contracts + frontend).

./scripts/test.sh

deploy_testnet.sh

Deploys contracts to Stellar testnet.

./scripts/deploy_testnet.sh

Environment Variables:

deploy_mainnet.sh

Deploys contracts to Stellar mainnet with confirmation prompt.

./scripts/deploy_mainnet.sh

Environment Variables:

Prerequisites

  • Rust toolchain with wasm32-unknown-unknown target
  • Stellar CLI (stellar)
  • Node.js and npm (for frontend tests)
  • Configured Stellar account (for deployments)

Setup

Install Stellar CLI:

cargo install --locked stellar-cli

Add WASM target:

rustup target add wasm32-unknown-unknown

Configure network identity:

stellar keys generate default --network testnet