jarry-xiao / candyland

Proof of concept program for compressing NFTs
GNU Affero General Public License v3.0
111 stars 13 forks source link

[Structure] Refactor repo #79

Closed ngundotra closed 2 years ago

ngundotra commented 2 years ago
indexer/
  plerkle/
  docker/
  nft_api/
  nft_ingester/
  ...
programs/
  ...
  gummyroll/
    src/
      state/
        merkle_roll.rs, refactor this into separate rust package that can be published separately
concurrent_merkle_tree/
  -> this should be where merkle tree functions live, so easier to test & audit
.archive/
  -> make this a dotfile