diff --git a/packages/core/README.md b/packages/core/README.md index 5be63e0..383dcd9 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -49,6 +49,18 @@ contract MangoPriceReader { } ``` +### Installation + +yarn + +``` +yarn add @bytecodecaller/core +``` + +npm +``` +npm install @bytecodecaller/core +``` ### Use with viem diff --git a/packages/viem/README.md b/packages/viem/README.md index e952af3..455f2c4 100644 --- a/packages/viem/README.md +++ b/packages/viem/README.md @@ -8,6 +8,19 @@ Bytecode Caller viem extension provides an easy way to use the Bytecode Caller i For information about the Bytecode Caller itself, please refer to the [Bytecode Caller](../core/README.md) documentation. +### Installation + +yarn + +``` +yarn add @bytecodecaller/viem +``` + +npm +``` +npm install @bytecodecaller/viem +``` + ## Example use Contract that you want to read: