6 releases
new 0.3.4 | Jan 16, 2025 |
---|---|
0.3.3 | Jan 15, 2025 |
0.3.2 | Dec 16, 2024 |
0.2.6 | Nov 28, 2024 |
#4 in #uniswap
81 downloads per month
150KB
4.5K
SLoC
Pangea Client
pangea-client
is a set of libraries for different languages to interface with Pangea API.
When using rust
the data is delivered in Arrow or JSON, developers are required to provide their own types.
Getting started
Access to the API via pangea-client
requires credentials, please apply for access first.
Once credentials are issued, they will need to be set in the environment variables.
The easiest way to use these credentials is to create a .env
file in the project root folder and populate it like so:
PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx
Examples
Checkout the github repository separately for example code.
lib.rs
:
pangea-client
Introduction
This crate allows you to access Pangea API.
Dependencies
~39–56MB
~1M SLoC