Suraj S Jain

Results 2 issues of Suraj S Jain

I tried running the `print_state_trie_keys.js` file using `node print_state_trie_keys.js` after installing all the requirements by running the command `npm install levelup leveldown rlp merkle-patricia-tree assert --save`. Then, I got the...

When I ran `cat schema/*.sql | psql -U -d -h --port -a` I got the following error for the `tokens` table: ``` ( address varchar(42), name text, symbol text, decimals...