├── Introducing-Ethereum-and-Solidity-master ├── LICENSE ├── PiggyBank.sol ├── README.md ├── genesis765.json ├── mortal.sol ├── mytoken.sol └── owned.sol ├── LICENSE.txt ├── README.md └── contributing.md /Introducing-Ethereum-and-Solidity-master/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/LICENSE -------------------------------------------------------------------------------- /Introducing-Ethereum-and-Solidity-master/PiggyBank.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/PiggyBank.sol -------------------------------------------------------------------------------- /Introducing-Ethereum-and-Solidity-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/README.md -------------------------------------------------------------------------------- /Introducing-Ethereum-and-Solidity-master/genesis765.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/genesis765.json -------------------------------------------------------------------------------- /Introducing-Ethereum-and-Solidity-master/mortal.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/mortal.sol -------------------------------------------------------------------------------- /Introducing-Ethereum-and-Solidity-master/mytoken.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/mytoken.sol -------------------------------------------------------------------------------- /Introducing-Ethereum-and-Solidity-master/owned.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/Introducing-Ethereum-and-Solidity-master/owned.sol -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/README.md -------------------------------------------------------------------------------- /contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/introducing-ethereum-solidity/HEAD/contributing.md --------------------------------------------------------------------------------