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
4 changes: 2 additions & 2 deletions public/content/developers/docs/apis/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ ethers.utils.formatEther(balance)

**Drift -** **_TypeScript meta-library with built-in caching, hooks, and test mocks._**

- [Documentation](https://delvtech.github.io/drift/)
- [GitHub](https://github.com/delvtech/drift)
- [Documentation](https://ryangoree.github.io/drift/)
- [GitHub](https://github.com/ryangoree/drift/)

## Further reading {#further-reading}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can use these libraries to interact with smart contracts on Ethereum so it's
- [Web3.js](https://web3js.readthedocs.io)
- [Ethers.js](https://ethers.org) – _includes Ethereum wallet implementation and utilities in JavaScript and TypeScript._
- [viem](https://viem.sh) – _a TypeScript Interface for Ethereum that provides low-level stateless primitives for interacting with Ethereum._
- [Drift](https://delvtech.github.io/drift) – _a TypeScript meta-library with built-in caching, hooks, and test mocks for effortless Ethereum development across web3 libraries._
- [Drift](https://ryangoree.github.io/drift/) – _a TypeScript meta-library with built-in caching, hooks, and test mocks for effortless Ethereum development across web3 libraries._

### Smart contracts {#smart-contracts}

Expand Down