perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Make PerunArt contract available in Testenvironment and test Deposits #82

Closed ndzik closed 3 years ago

ndzik commented 3 years ago

Includes changes to the .gitignore for autogenerated files by hardhat and typechain, as well as a simple implementation of an ERC721 contract which allows everyone to mint, making it possible in tests to have external NFTs. These external NFTs also have a tokenURI set, which can be mocked in tests using stuff like nock.

ndzik commented 3 years ago

Setting to draft and will be adapted when https://github.com/perun-network/erdstall-contracts/pull/10 is merged.

ndzik commented 3 years ago

Needed for #81