Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/stellar/soroban-rpc into so…
Browse files Browse the repository at this point in the history
…roban-tools-migration
  • Loading branch information
stellarsaur committed Jan 17, 2024
2 parents 6a19e18 + 31667ad commit 483dc73
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,2 @@
# soroban-tools

This repo is home to the suite of Soroban development tools.
- [soroban](https://github.com/stellar/soroban-tools/tree/main/cmd/soroban-cli): The command-line multi-tool for running and deploying Soroban contracts.
- [soroban-rpc](https://github.com/stellar/soroban-tools/tree/main/cmd/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`.
# soroban-rpc
RPC Server for Soroban Contracts.

0 comments on commit 483dc73

Please sign in to comment.