pangea-client
Version:
Pangea Client connects you to The First Immersive Web3 Environment
26 lines (15 loc) • 753 B
Markdown
# Pangea Client
`pangea-client` is a set of libraries for different languages to interface with [Pangea API](https://docs.pangea.foundation/).
When using `node` the data is delivered in Arrow or JSON, developers are required to provide their own types.
<br>
## Getting started
Access to the API via `pangea-client` requires credentials, please [apply for access](https://pangea.foundation/get-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:
```sh
PANGEA_USERNAME=xxxxx
PANGEA_PASSWORD=xxxxx
```
<br>
## Examples
Checkout the github repository separately for example code.