Closed
Description
Instead of using separate modules (libp2p-ipfs-nodejs and libp2p-ipfs-browser) I'm thinking in just using the base class from within js-ipfs.
This would mean:
- Fewer points, less maintenance
- Examples would live in this repo
- All the tests would be here, easier to find and maintain
- Easy to ramp up new contributors and users.
Thoughts?