neume-network / strategies

Indexing strategies for the neume network.
GNU General Public License v3.0
11 stars 7 forks source link

integrate noizd with music-os-accumulator #289

Open il3ven opened 1 year ago

il3ven commented 1 year ago

The purpose of music-os-accumulator is to collect all NFTs and turn them into a single JSON to be consumed by music-os. Since #287 we are indexing Noizd NFTs, we should add it to the music-os-accumulator strategy.

Kunkka0822 commented 1 year ago

I'll work on this issue

neatonk commented 1 year ago

@Kunkka0822 for reference the music-os-accumulator strategy is here: https://github.com/neume-network/strategies/blob/main/src/strategies/music-os-accumulator/extractor.mjs.

There are no tests in the strategies repo, but you could add some like you did for the noizd transformer strategy.