-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: populate api path via env vars
Signed-off-by: Rafael Belchior <[email protected]>
- Loading branch information
1 parent
263b418
commit 7743613
Showing
4 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# defi-api-examples | ||
|
||
This tool is a simple example app that leverages BD's DEFI API. | ||
This repository comprise a set of scripts that leverages BD's DEFI API. The script collection guides the creation of an application that leverages the DEFI API and has cross-chain token transfer capabilities. | ||
|
||
### Requirements | ||
This is a Typescript project. Npm as package manager and node. Tested with npm v10.2.4, node 21.5.0. We recommend using [nvm](https://github.com/nvm-sh/nvm) for node version management. | ||
|
@@ -28,4 +28,12 @@ This is a Typescript project. Npm as package manager and node. Tested with npm v | |
* `get-routes` (gets a set of routes that satisfy a swap); | ||
* `get-tokens-by-tag` (gets the list of supported tokens by specified tag) | ||
* `get-tokens` (gets the list of supported tokens) | ||
* `sign-and-broadcast-transaction` (signs and broadcasts a transaction to the blockchain) | ||
* `sign-and-broadcast-transaction` (signs and broadcasts a transaction to the blockchain). | ||
|
||
### Common issues and Troubleshooting | ||
For issues related to the code in this repository, please use the [issues tracker](https://github.com/Blockdaemon/defi-api-examples/issues). | ||
|
||
### 👋 Need Further Help? | ||
|
||
Contact us through [email]([email protected]) or our [support page](https://www.blockdaemon.com/support) for any issues, bugs, or assistance you may need. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters