Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 344 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 344 Bytes

CryptoKittiesMock

This is the mock of non-standard NFT for transfer purposes. It has functionality required for tests and integration tests only.

It should not be used on the production.

Install and run

Requirements

nodejs v14.9.0
yarn

Install deps

yarn

Build contracts

yarn build

Run tests

yarn test