Skip to content

Commit 5b58221

Browse files
committed
add logo to readme
1 parent c2337d2 commit 5b58221

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# go-defi
1+
<html>
2+
<center><img src="./godefi.png"></img></center>
3+
</br>
4+
</html>
25

36
A golang sdk for working with DeFi protocols and general utilities for working with ethereum-compatible blockchains.
47

@@ -36,3 +39,6 @@ Wrapper around go-ethereum's `ethclient` package for using uniswap v2.
3639

3740
Provides a wrapper around the SimulatedBackend allowing for an in-memory blockchain. It is particularly useful for local smart contract development, or developing backend dApps.
3841

42+
## utils
43+
44+
Provides utility functions including all [goethereum book utils](https://goethereumbook.org/en/util-go/), a helper to make `bind.TransactOpts` safe for concurrent use, as well as a general `Blockchain` interface that satisfies all functions provided by simulated backend, as well as `ethclient` which is useful for drop-in replacement of actual RPC clients, and test environments.

godefi.png

82.1 KB
Loading

0 commit comments

Comments
 (0)