Skip to content

Commit

Permalink
fixed typos (#6962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Trujillo Zuluaga authored Apr 8, 2024
1 parent ce59737 commit bfb4f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ This is the main package of [web3.js](repo), it contains a collection of compreh

## Features

- **Web3.js Plugins](https://docs.web3js.org/guides/web3_plugin_guide/)**: Enhance or add any functionality by creating scalable web3 plugins for any project.
- **[Web3.js Plugins🧩](https://docs.web3js.org/guides/web3_plugin_guide/)**: Enhance or add any functionality by creating scalable web3 plugins for any project.
- **Abstractions over the [JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc)**: Simplifying interaction for your Developer Experience.
- **Language aligned to the official [Ethereum terminology](https://ethereum.org/en/glossary**
- **Language aligned to the official [Ethereum terminology](https://ethereum.org/en/glossary)**
- **Tree-shaking focus**: Include only what you need during bundling for optimized performance.
- **Dynamic contract types and full API in TypeScript**: Enforced with strict types for enhanced security and safety.
- **Complete utilities and functionalities for all your Ethereum needs**
- **More efficient ABI Encoder & Decoder**
- **Extensive [documentation](https://docs.web3js.org/) with guides and APIs**
- **Large collection of test cases**
- **First-class APIs for interacting with [Smart Contracts](https://ethereum.org/en/glossary#smart-contract**
- **First-class APIs for interacting with [Smart Contracts](https://ethereum.org/en/glossary#smart-contract)**
- **ESM and CJS module builds**: Support for both ECMAScript module and CommonJS module builds for flexible integration with various project setups.
- **Contracts dynamic types](https://docs.web3js.org/guides/smart_contracts/infer_contract_types/) & full API in TypeScript**
- **[Contracts dynamic types](https://docs.web3js.org/guides/smart_contracts/infer_contract_types/) & full API in TypeScript**
- **Using native BigInt instead of large BigNumber libraries**: Use native BigInt for improved efficiency compared to using large external BigNumber libraries.
- **Custom Output formatters**: Format any returned value to be a string, number, BigInt, etc., providing flexibility in handling output data.

Expand Down

1 comment on commit bfb4f6f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: bfb4f6f Previous: 6c075db Ratio
processingTx 9236 ops/sec (±3.49%) 9301 ops/sec (±4.81%) 1.01
processingContractDeploy 38636 ops/sec (±7.59%) 39129 ops/sec (±7.62%) 1.01
processingContractMethodSend 18572 ops/sec (±7.13%) 19443 ops/sec (±5.19%) 1.05
processingContractMethodCall 37849 ops/sec (±5.03%) 38971 ops/sec (±6.34%) 1.03
abiEncode 41982 ops/sec (±7.19%) 44252 ops/sec (±6.92%) 1.05
abiDecode 30385 ops/sec (±6.33%) 30419 ops/sec (±8.89%) 1.00
sign 1514 ops/sec (±4.12%) 1656 ops/sec (±4.08%) 1.09
verify 364 ops/sec (±0.56%) 373 ops/sec (±0.78%) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.