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.
Prerequisites
Prerequisites
Ensure you have the following installed on your machine: - Node.js v18.0.0 or later.
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: