Open source, permissionless, privacy conscious portfolio tracker by Llama Corp.
npm install --global pnpm
# if already installed, update to latest
pnpm add --global pnpm@latest
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}
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!