From c58821fe23505df253eb8fe31f50ce9624887bb4 Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Thu, 23 May 2024 05:56:50 -0700 Subject: [PATCH] Update docs/docs/guides/getting_started/introduction.md Co-authored-by: Alex --- docs/docs/guides/getting_started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/getting_started/introduction.md b/docs/docs/guides/getting_started/introduction.md index df6b11665d2..0e92051b4ce 100644 --- a/docs/docs/guides/getting_started/introduction.md +++ b/docs/docs/guides/getting_started/introduction.md @@ -19,7 +19,7 @@ This documentation is the entrypoint to Web3.js for developers. It covers [basic - Modular, [package](/#packages)-based design reduces unneeded dependencies - [Tree shakable with ESM](/guides/advanced/tree_shaking) - Use of native [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) (instead of large [BigNumber](https://mikemcl.github.io/bignumber.js/) libraries) - - Efficient ABI [encoding](/api/web3-eth-abi/function/encodeFunctionCall) & [decoding](/api/web3-eth-abi/function/decodeLog) + - Efficient ABI [encoding](/api/web3-eth-abi/function/encodeFunctionCall) & [decoding](/api/web3-eth-abi/function/decodeParameter) - Developer-Friendly - [Dynamic contract types](/guides/smart_contracts/infer_contract_types/) & full API in TypeScript - Custom output [formatters](https://docs.web3js.org/api/web3-utils/function/format)