0xFlicker / hatchable-creature-nft

Fullstack hatchable egg NFT dApp (IN PROGRESS)
0 stars 1 forks source link

Mockipfs is still WIP! #2

Open pimterry opened 2 years ago

pimterry commented 2 years ago

Hi,

I was just searching GitHub and I noticed you've started using MockIPFS here. That's great, really glad it's something that you'd find useful, but I should point out that it's not really ready yet - it isn't even published to npm yet because it's currently very minimal and barely tested.

You're welcome to play with it anyway, but the functionality is very limited and you may well run into issues even with what's already there.

That said, I'm actively working on this and related projects soon, and there's a lot of plans here. I'd really appreciate any feedback, on both the basics that are there and also on the future functionality that you're interested in! Let me know what kind of IPFS interactions you want to mock and how you'd like that to work, and I'll make it happen :+1:

0xFlicker commented 2 years ago

thanks for the kind words. I thought I was going to need something like that for automated tests. But once I realized I needed to mock specifically the requests I ended up not using. I'll let you know if I end up actually using it as I make use of IPFS in several places and I do think that it could be useful for automated tests.