Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 555 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 555 Bytes

wlJEWEL - Wrapped Locked Jewel

ERC20 tradable version of locked JEWEL, redeemable for JEWEL as the tokens unlock

Contract Addresses

WrappedLockedJewelToken: 0x7B5B596C236cFCD9e8d1501B403797a516F366CE

Setup

git clone https://github.com/0xTomoyo/wrapped-locked-jewel.git
cd wrapped-locked-jewel
forge install

Test

forge test

Lint

First run yarn install to install the Node dependencies

yarn lint