Llamafolio Api Save

Open source, privacy conscious portfolio tracker by Llama Corp.

Project README

LlamaFolio API

Open source, permissionless, privacy conscious portfolio tracker by Llama Corp.


WebsiteDocsDiscordTwitter

Prerequisites

npm install --global pnpm
# if already installed, update to latest
pnpm add --global pnpm@latest

Installation

The API is using Node.js and TypeScript.
Install dependencies:

pnpm install

Adapters

An adapter specifies how to resolve the balances of an address for your protocol.

To learn more about adapters, check our docs.

To test your adapter, run the command below which will output most details an adapter can find:

pnpm run adapter wallet ethereum 0x0000000000000000000000000000000000000000

Find your protocol in /src/adapters and try with any address:

pnpm run adapter {adapter_id} {chain} {address}

Contributing and listing your protocol

To start contributing to the project, read our docs for guided tutorials and check the instructions here:

  • Follow those instructions to create your adapter and list your protocol on LlamaFolio, most adapters can be created in under an hour!

License

GPL-3.0

Open Source Agenda is not affiliated with "Llamafolio Api" Project. README Source: llamafolio/llamafolio-api
Stars
45
Open Issues
15
Last Commit
2 weeks ago
License

Open Source Agenda Badge

Open Source Agenda Rating