MASDXI / accessible-private-data

tutorial for learning accessible private data on solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing Private Data on Smart Contract

disclaimer

this is used only for research only not for the production and so sorry if my code suck.

Set up project:

yarn install

Try running some of the following tasks:

yarn compile
yarn storage-slot
yarn test

About

tutorial for learning accessible private data on solidity


Languages

Language:TypeScript 86.4%Language:Solidity 13.6%