Skip to content

allbridge-io/dex-soroban-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cargo install soroban-cli --features opt

Autocomplete

echo "source <(soroban completion --shell bash)" >> ~/.bashrc

Configuring the CLI for Testnet

soroban config network add --global testnet \
  --rpc-url https://soroban-testnet.stellar.org:443 \
  --network-passphrase "Test SDF Network ; September 2015"

Configure an Identity

soroban config identity generate --global alice

Airdrop:

curl "https://friendbot.stellar.org/?addr=$(soroban config identity address alice)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published