Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 407 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 407 Bytes

soroban-tools

This repo is home to the Soroban CLI: The command-line multi-tool for running and deploying Soroban contracts.

Soroban: https://soroban.stellar.org

Adding git hooks

To add git hooks for commits and pushes run:

./install_githooks.sh

which copies the git hooks found at .cargo-husky/hooks to .git/hooks.