Skip to content

CLI and RPC Server for Soroban Contracts.

Notifications You must be signed in to change notification settings

urvisavla/soroban-tools

 
 

Repository files navigation

soroban-tools

This repo is home to the suite of Soroban development tools.

  • soroban: The command-line multi-tool for running and deploying Soroban contracts.
  • soroban-rpc: The jsonrpc server for interacting with a running Soroban network.

Soroban: https://soroban.stellar.org

linting

Before submitting a PR for review, please run

make lint-changes

to review all the linting issues with the PR. Alternatively, you can run

make lint

to review all the linting issues with the current codebase.

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.

About

CLI and RPC Server for Soroban Contracts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 48.0%
  • Rust 47.6%
  • TypeScript 2.5%
  • Makefile 0.7%
  • Shell 0.6%
  • C 0.3%
  • Other 0.3%