Skip to content

Commit

Permalink
feat:refine readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GrapeBaBa committed Sep 13, 2023
1 parent ae1b473 commit 200ada4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ You now have a fork of the mev-share-java repo set up in your local workspace. Y

`GOERLI_RPC_URL=<GOERLI_RPC_URL> SIGNER_PRIVATE_KEY=<SIGNER_PRIVATE_KEY> ./gradlew clean build`

Run build before you submit a Pull Request.
Run build and test before you submit a Pull Request.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ Based on [Specs](https://github.com/flashbots/mev-share)
<dependency>
<groupId>me.grapebaba</groupId>
<artifactId>mev-share-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

### Gradle

```groovy
implementation 'me.grapebaba:mev-share-java:0.1.0'
implementation 'me.grapebaba:mev-share-java:0.1.1'
```

## Building Locally

To get started you need to install JDK17+, then run the following command:

```bash
GOERLI_RPC_URL=<GOERLI_RPC_URL> SIGNER_PRIVATE_KEY=<SIGNER_PRIVATE_KEY> ./gradlew clean build
./gradlew clean build -x test
```

## Javadoc
Expand Down

0 comments on commit 200ada4

Please sign in to comment.