Skip to content

TENK-DAO/smartdeploy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b82454c · Jan 12, 2024

History

2 Commits
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024
Jan 12, 2024

Repository files navigation

smartdeploy-example

Requires just

Setup

just setup

build contracts

just build

deploy contracts

just deploy contract-a

Or snake_case

just deploy contract_a

invoke contracts

just invoke contract-a --help

Currently the .env file has SOROBAN_NETWORK=testnet.

To use local first start the local docker just network_start. Then either change .env, use export SOROBAN_NETWORK=local or prefix your just commands with SOROBAN_NETWORK=local. e.g. SOROBAN_NETWORK=local just deploy contract-a

About

Example soroban setup for using smartdeploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published