Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vocs/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Alloy supports the following out of the box for best in class developer experien
- Seamless contract interactions using the [`sol!`](/contract-interactions/using-sol!) macro
- Highly performant [core primitives](https://github.com/alloy-rs/core) such as `U256` Operations and ABI encoding
- Override / Extend provider and transport behaviour using [layers](/examples/layers/README) and [fillers](/rpc-providers/understanding-fillers) akin to [tower layers](https://docs.rs/tower/latest/tower/trait.Layer.html)
- [Node bindings](https://docs.rs/alloy-node-bindings/latest/alloy_node_bindings/) for popular nodes such as `Reth`, `Geth` and `Anvil` for testing purposes
- [Node bindings](https://docs.rs/alloy-node-bindings/latest/alloy_node_bindings/) for popular nodes such as [Reth](https://github.com/paradigmxyz/reth), [Geth](https://github.com/ethereum/go-ethereum) and [Anvil](https://book.getfoundry.sh/anvil/) for testing purposes

# Community

Expand Down
2 changes: 1 addition & 1 deletion vocs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const sidebar: Sidebar = [
{ text: 'Multicall', link: '/guides/multicall' },
{ text: 'Interacting with multiple networks', link: '/guides/interacting-with-multiple-networks' },
{ text: 'Signers vs Ethereum Wallet', link: '/guides/signers-vs-ethereum-wallet' },
{ text: 'RPC provider Abstraction', link: '/guides/rpc-provider-abstraction' },
{ text: 'RPC provider abstractions', link: '/guides/rpc-provider-abstraction' },
{ text: 'High-Priority Transaction Queue with Fillers', link: '/guides/fillers' },
{ text: 'Overriding Transport behaviour with Layers', link: '/guides/layers' },
]
Expand Down
4 changes: 4 additions & 0 deletions vocs/vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ export default defineConfig({
text: 'Examples',
link: 'https://github.com/alloy-rs/examples',
},
{
text: 'docs.rs',
link: 'https://docs.rs/alloy/latest/alloy/',
},
{
text: '0.15.10',
items: [
Expand Down