Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Feb 14, 2024
1 parent 8571fea commit d23af3b
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
# 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.
This repo is home to the [Soroban CLI](https://github.com/stellar/soroban-tools/tree/main/cmd/soroban-cli): The command-line multi-tool for running and deploying Soroban contracts.

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:
Expand Down

0 comments on commit d23af3b

Please sign in to comment.