Results 45 issues of Yusef Napora

We should wire up playwright-test and remove any node-only imports from tests. Right now we're loading fixtures using the `fs` module, but we could use [aegir's loadFixture helper](https://github.com/ipfs/aegir/blob/master/utils/fixtures.js) which has...

This adds a proposal to port Minty from a node.js command line app to something that can run completely in the browser, using js-ipfs and an ethereum wallet extension like...

confidence:low
ease:low
Nitro

This probably just needs some tweaking to the "local environment" scripts... everything else should be cross platform.

The `_setBaseURI` function from the OpenZeppelin base contract has been removed and isn't present in versions > 3.4.0 (I think). It looks like we should override the `_baseURI` method instead:...

It would be great to have a little web page that you could paste a token ID into and view the token asset and metadata. This should be pretty simple...

enhancement