From 1bea5cba0bdc358181888bf461423bea39f1b9df Mon Sep 17 00:00:00 2001 From: Paul Cowgill Date: Mon, 11 Mar 2024 20:49:18 -0500 Subject: [PATCH] Include other important README sections --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b66c19f..72317d0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,22 @@ const outputTransaction = { // .. }, }; +``` + +### Tests ``` +npm run test +``` + +### Contributing + +Please open a PR on this repo and request review from [pcowgill](https://github.com/pcowgill) and [jordanmessina](https://github.com/jordanmessina) + +### Other resources For additional decoration of transaction objects with more context, this library can be used in combination with [@once-upon/evm-context](https://github.com/Once-Upon/context). + +## License + +See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).