diff --git a/README.md b/README.md index 9dae8c5..7934c59 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # assets-go-libs + +The library for automation of the asset adding process at [assets repo](https://github.com/trustwallet/assets). + +## Local development + +After making your changes don't forget to run unit tests, go formatting and linter: + +``` shell +make +```