Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 256 Bytes

DRM-Swapper

Tool for swapping DRM cards

Install dependencies

yarn

Compile contracts

yarn compile

Test contract

If you want test it in local environment you have to install ganache-cli and run it.

yarn test (with ganache-cli installed)