Skip to content

Commit

Permalink
Add proof-of-work tx
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialPB committed Nov 1, 2023
1 parent f4a1279 commit 688f244
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ It's recommended to define BOM platform dependency to ensure that ethers-kt arti
```kotlin
// Define a maven repository for github packages where the library is published
repositories {
maven {
url = uri("https://maven.pkg.github.com/kr1ptal/ethers-kt")
}
maven {
url = uri("https://maven.pkg.github.com/kr1ptal/ethers-kt")
}
}

dependencies {
Expand Down Expand Up @@ -121,6 +121,10 @@ This library has been made possible thanks to the inspiration provided by the fo
- [ethers-rs](https://github.com/gakonst/ethers-rs)
- [ethers-js](https://github.com/ethers-io/ethers.js/)

----------------------

<p style="text-align: center;"> <b>Proof of Work:</b> <a href="https://etherscan.io/tx/0x6b0f9ff6f53ec22d8d2d92b1beb193cdc523628951b5c81779fabce9f51db351">0x6b0f9ff6f53ec22d8d2d92b1beb193cdc523628951b5c81779fabce9f51db351</a> </p>

[discord-channel]: https://discord.gg/rx35NzQGSb

[contributing-md]: https://github.com/Kr1ptal/ethers-kt/blob/master/CONTRIBUTING.md
Expand Down

0 comments on commit 688f244

Please sign in to comment.