neume-network / core

A socially-scalable music NFT indexer.
https://neume.network
GNU General Public License v3.0
26 stars 11 forks source link

`function boot` should expect already loaded javascript objects such that it can be used without necessarily storing files on disk #82

Closed TimDaub closed 2 years ago

TimDaub commented 2 years ago

consider that I want to regularly use boot from within javascript by importing @neume-network/core then potentially I don't want to specifically store files on my fs only to read them a millisecond later. It'd be more convenient for boot to access fully-fledged javascript objects and the CLI to resolve them before.