π¨βπ»Getting started
Introduction
The ChainEx SDK is an advanced tool designed for seamless integration with smart contracts, aligning with the ERC-4337 standard for account abstraction. This comprehensive guide focuses on utilizing the ChainEx SDK to enable gasless transactions and streamline interactions.
Installing Dependenciesβ
Make sure you have installed the ChainEx SDK and all the helper packages:
npm i @chainex/chainex-sdk
Configuring Environment Variables
Establish the following variable in your environment:
API_KEY
: Get your unique ChainEx SDK API key by filling this form https://forms.gle/E2WGi9gkg267FdoX6
Last updated