This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
watcher-ts
Watch
16
Star
1
Fork
0
You've already forked watcher-ts
mirror of
https://github.com/cerc-io/watcher-ts
synced
2024-11-19 20:36:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
42cb688921
watcher-ts
/
packages
/
solidity-mapper
/
.gitignore
12 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Solidity data mapper/parser (#12) * 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>
2021-05-31 05:37:11 +00:00
node_modules
#Hardhat files
cache
artifacts
#yarn
yarn-error.log
Test decoder using hardhat RPC, geth-statediff RPC and ipld-eth-server GQL endpoints for fetching storage slots (#77) * Implement test for getStorageValue with geth server. * Wait for transaction to complete in tests. * Implement tests with ipld-eth-client using graphql endpoint. Co-authored-by: nikugogoi <95nikass@gmail.com>
2021-06-18 12:39:50 +00:00
#Environment variables
.env
Reference in New Issue
Copy Permalink