Thanks to visit codestin.com
Credit goes to lib.rs

16 releases

0.3.14 Jul 15, 2025
0.3.13 Jun 27, 2025
0.3.12 Apr 17, 2025
0.3.9 Mar 27, 2025
0.2.6 Nov 28, 2024

#9 in #uniswap

Codestin Search App Codestin Search App Codestin Search App

1,023 downloads per month

MIT license

155KB
4.5K SLoC

pangea-client

Introduction

This crate allows you to access Pangea API.


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.

Dependencies

~37–60MB
~872K SLoC