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
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 detectedSpecification
And install with
ape tokens install .
(not sure if we can "extend" the cli frompy-tokenlists
with this command)Dependencies
n/a