3.0.6 • Published 9 months ago
@delvtech/hyperdrive-viem v3.0.6
@delvtech/hyperdrive-viem
A Viem implementation of the Hyperdrive Typescript SDK
Installation
npm install viem @delvtech/hyperdrive-viem
Quick Start
import { createReadHyperdrive } from "@delvtech/hyperdrive-viem";
import { publicClient } from "./client";
const hyperdrive = createReadHyperdrive({
address: "0x...", // hyperdrive contract address
publicClient,
});
const myLongs = hyperdrive.getOpenLongs({
account: "0x..."
});
3.0.6
9 months ago
3.0.5
10 months ago
3.0.4
10 months ago
3.0.3
10 months ago
3.0.2
10 months ago
3.0.1
10 months ago
3.0.0
10 months ago
2.3.0
1 year ago
2.4.1
11 months ago
2.4.0
11 months ago
2.3.1
12 months ago
2.4.3
11 months ago
2.4.2
11 months ago
0.1.0
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago