mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-11-14 10:04:08 +00:00
* Initial setup with hardhat and typescript. * Add test for integer type. * Add test for unsigned integer type. * Add test for boolean type. * Add test for address type. * Add test for string type. * Setup building library with typescript. * Remove hardhat dependency from getStorageValue library function. * Move contracts to test and remove deploy script. * Add readme for running tests. Co-authored-by: nikugogoi <95nikass@gmail.com> |
||
|---|---|---|
| .. | ||
| TestAddress.sol | ||
| TestBooleans.sol | ||
| TestIntegers.sol | ||
| TestStrings.sol | ||
| TestUnsignedIntegers.sol | ||