New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@ethersflow/sdk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersflow/sdk

EthersFlow TypeScript SDK & Cloudflare Worker helpers

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
5
-54.55%
Maintainers
1
Weekly downloads
 
Created
Source

EthersFlow SDK

TypeScript SDK for integrating with the EthersFlow API and trust-layer services.

Installation

npm install @ethersflow/sdk

Quick Start

import { EthersFlowClient } from '@ethersflow/sdk'

const client = new EthersFlowClient({
  apiKey: process.env.ETHERSFLOW_API_KEY,
})

async function run() {
  const result = await client.verify({
    input: 'Summarize this contract risk profile',
    model: 'gpt-4.1',
  })

  console.log(result)
}

run()

Configuration

Set your API key as an environment variable:

export ETHERSFLOW_API_KEY=your_api_key_here

Documentation

  • API Docs: ../docs
  • Repository: https://github.com/Ethersflow/EthersFlow

License

See the repository license for details.

Keywords

ethersflow

FAQs

Package last updated on 17 Aug 2026

Related posts