Skip to content

berachain/bex-sdk

This branch is 42 commits ahead of, 219 commits behind balancer/b-sdk:refs/heads/main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f69405d · Mar 7, 2025
Mar 6, 2025
Sep 24, 2024
Jun 28, 2024
Dec 17, 2024
Mar 7, 2025
Mar 4, 2025
Sep 21, 2023
Dec 18, 2024
Nov 8, 2024
Mar 2, 2023
Nov 27, 2024
Mar 7, 2025
Jun 6, 2024
Oct 31, 2024
Mar 7, 2025
Jan 3, 2025
Mar 7, 2025
Jan 4, 2024
Mar 7, 2025
Oct 8, 2024

Repository files navigation

SDK

npm version

WIP SDK for Balancer Protocol. Interfaces may have frequent breaking changes until a stable release.

Local Setup

pnpm install

Requirements

  • fetch

Polyfill

If your platform does not support one of the required features, it is also possible to import a polyfill.

Testing

pnpm test

Testing runs against a local anvil fork and requires the following RPC URL to be configured in your .env file:

ETHEREUM_RPC_URL
POLYGON_RPC_URL
FANTOM_RPC_URL
SEPOLIA_RPC_URL

Anvil Client

To download and install the anvil client, run the following commands (MacOS):

  • curl -L https://foundry.paradigm.xyz | bash
  • brew install libusb
  • source /Users/$(whoami)/.zshenv
  • foundryup

Documentation

In-depth documentation on this SDK is available at docs-v3.balancer.fi/developer-reference/sdk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%