Prerequisites
To use the Node.js SDK, ensure you have:- Node.js v22+ installed
- A Circle Developer Console account
- An API key created in the Console:
Keys → Create a key → API key → Standard Key - Your Entity Secret registered
Install the SDK
Use the following commands to install the SDK. You can view the package information on the npm site.Contracts client
To start using the SDK, you first need to configure a client. Import theinitiateSmartContractPlatformClient factory from the SDK, and then initialize
the client using your API key and entity secret.