Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@chainsafe/circle-sdk-setup

Package Overview
Dependencies
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/circle-sdk-setup

CLI tool for Circle SDK setup

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
7
Created
Source

ChainSafe Circle Console Setup CLI Tool

ChainSafe CLI tool to generate and register the entity secret for Circle's Dev Controlled Wallets. This tool helps you generate and configure the necessary secrets and environment variables to work with Circle Developer-Controlled Wallets.

Usage

You'll need a Circle API key from the Circle Console. Read how to setup your Circle Developer Account here. Then run the setup command with your Circle API key:

npx @chainsafe/circle-sdk-setup --api-key YOUR_API_KEY

Options:

  • -k, --api-key <key> (required): Your Circle API key

The tool will:

  • Generate a secret for the SDK
  • Fetch your app configuration from Circle
  • Save the configuration to .env file
  • Generate a recovery file (recovery_file_YYYY-MM-DD.dat)

⚠️ Important: After setup, store the recovery_file_YYYY-MM-DD.dat file in a secure location and remove it from your project directory.

Keywords

cli

FAQs

Package last updated on 26 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts