Skip to content

Commit

Permalink
Update README.md (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
fede2442 authored Dec 16, 2024
1 parent 488b12b commit 9481b6b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Balmy SDK
### [Docs](https://docs.balmy.xyz) | [X](https://x.com/balmy_xyz) | [Discord](http://discord.balmy.xyz/)

This repository contains the code for the Balmy sdk.
Balmy is the state-of-the-art DCA open protocol that enables users (or dapps) to Dollar Cost Average (DCA) any ERC20 into any ERC20 with their preferred period frequency, without sacrificing decentralization or giving up personal information to any centralized parties.

The Balmy SDK allows you to interact with the Balmy protocol, providing efficient tools to manage token balances, retrieve trade quotes from DEX aggregators, and check token holdings across multiple chains.

## 🧪 Installing

Expand Down Expand Up @@ -108,7 +111,3 @@ await signer.sendTransaction(bestTradeBySort.tx);
```bash
yarn install
```

## 📖 Docs

WIP - Will be at [docs.balmy.xyz](https://docs.balmy.xyz)

0 comments on commit 9481b6b

Please sign in to comment.