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

@colinarms/drift-viem

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colinarms/drift-viem

Viem adapter for Drift

latest
Source
npmnpm
Version
0.8.5
Version published
Maintainers
1
Created
Source

@delvtech/drift-viem

Viem adapter for Drift.

import { createDrift } from "@delvtech/drift";
import { viemAdapter } from "@delvtech/drift-viem";
import { createPublicClient, http } from "viem";

const publicClient = createPublicClient(/* ... */);
const walletClient = createWalletClient(/* ... */); // optional
const drift = createDrift({
  adapter: viemAdapter({ publicClient, walletClient }),
});

FAQs

Package last updated on 05 Jun 2025

Related posts