0.4.0 • Published 11 months ago
@ada-anvil/sdk-server v0.4.0
This library provides tools to interact with the Anvil backend API from Node.js applications.
Installation
npm install @ada-anvil/sdk-core @ada-anvil/sdk-server
Basic usage
// Import the SDK
import { anvil } from "@ada-anvil/sdk-client";
// Authenticate using your Anvil API key
anvil.config.authenticate(import.meta.env.VITE_ANVIL_API_KEY);
// Use the exchange service
const exchange = await anvil.exchange.getPending({ exchangeId: 33, address: "<ADDRESS>" });
Services
Refer to the type definitions for a complete list of available services and methods.
core (flat)
The core services provided by the Anvil SDK Core.
0.3.5
12 months ago
0.4.0
11 months ago
0.3.4
1 year ago
0.3.0
1 year ago
0.3.2
1 year ago
0.3.1
1 year ago
0.3.3
1 year ago
0.2.4
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.1
2 years ago
0.2.0
2 years ago
0.1.5
2 years ago
0.0.10
2 years ago
0.0.1-test
2 years ago
0.0.11
2 years ago
0.0.12
2 years ago
0.0.13
2 years ago
0.0.14
2 years ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.0.9
2 years ago
0.1.4
2 years ago
0.0.2-test
2 years ago
0.0.5
2 years ago
0.1.3
2 years ago
0.0.4
2 years ago
0.0.7
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago