├── Activities └── README.md ├── GW Hackital Slides.pdf ├── Notes └── README.md ├── README.md ├── Solidity Challenges ├── README.md ├── Solutions │ └── Splitter-tool-SOLUTION.sol ├── Splitter-tool-A.sol ├── Splitter-tool-B.sol ├── assets │ └── example.png └── bomb │ ├── README.md │ ├── bomb.sol │ ├── bombABI.json │ ├── package.json │ └── playground.js ├── Solidity-explained ├── tokens.sol └── trivia.sol └── Tutorials └── README.md /Activities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Activities/README.md -------------------------------------------------------------------------------- /GW Hackital Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/GW Hackital Slides.pdf -------------------------------------------------------------------------------- /Notes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Notes/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/README.md -------------------------------------------------------------------------------- /Solidity Challenges/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/README.md -------------------------------------------------------------------------------- /Solidity Challenges/Solutions/Splitter-tool-SOLUTION.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/Solutions/Splitter-tool-SOLUTION.sol -------------------------------------------------------------------------------- /Solidity Challenges/Splitter-tool-A.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/Splitter-tool-A.sol -------------------------------------------------------------------------------- /Solidity Challenges/Splitter-tool-B.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/Splitter-tool-B.sol -------------------------------------------------------------------------------- /Solidity Challenges/assets/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/assets/example.png -------------------------------------------------------------------------------- /Solidity Challenges/bomb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/bomb/README.md -------------------------------------------------------------------------------- /Solidity Challenges/bomb/bomb.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/bomb/bomb.sol -------------------------------------------------------------------------------- /Solidity Challenges/bomb/bombABI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/bomb/bombABI.json -------------------------------------------------------------------------------- /Solidity Challenges/bomb/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/bomb/package.json -------------------------------------------------------------------------------- /Solidity Challenges/bomb/playground.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity Challenges/bomb/playground.js -------------------------------------------------------------------------------- /Solidity-explained/tokens.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity-explained/tokens.sol -------------------------------------------------------------------------------- /Solidity-explained/trivia.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Solidity-explained/trivia.sol -------------------------------------------------------------------------------- /Tutorials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pi0neerpat/Intro-to-Blockchain/HEAD/Tutorials/README.md --------------------------------------------------------------------------------