nft-storefront icon indicating copy to clipboard operation
nft-storefront copied to clipboard

Outside imports

Open mwufi opened this issue 2 years ago • 1 comments

Motivation

This allows NFT storefront code to be imported outside of this repo!

The contracts package is intentionally small - rather than relying on emulator (like the test package here), we only make it so that it can load up the Cadence files. Then, the emulator will decide what to do with them.

Test plan

Test loading of contracts make test in the lib/go/contracts directory image

Existing tests (in lib/go/test) make test in the lib/go/test directory

mwufi avatar Oct 20 '21 20:10 mwufi