Applications
Ethers
Learn how to use zksync-ethers to build applications on Abstract.
To best utilize the features of Abstract, it is recommended to use zksync-ethers library alongside ethers.
1. Create a new project
Create a new directory and change directory into it.
Initialize a new Node.js project.
Install the zksync-ethers
and ethers
libraries.
2. Connect to Abstract
Learn more about the features of zksync-ethers
in the official documentation:
Was this page helpful?