ApeWorX / ape-tokens

Tokens converter plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
10 stars 7 forks source link

Allow configuring tokenlists needed for project #47

Open fubuloubu opened 1 month ago

fubuloubu commented 1 month ago

Overview

Especially in a silverback context, it is very useful to be able to describe tokenlists that should be used with the project

Not sure if they should automatically install, but an easy way to install them would be good. In the silverback build context, it could run RUN ape tokens install . as a build step if the config is detected

Specification

tokens:
  tokenlists:
  - name: CoinGecko
    url: https://tokens.coingecko.com/uniswap/all.json

And install with ape tokens install . (not sure if we can "extend" the cli from py-tokenlists with this command)

Dependencies

n/a

linear[bot] commented 1 month ago

APE-1844 Allow configuring tokenlists needed for project