├── AddressBook.sol ├── Arrays ├── Control Structures ├── ERC20.sol ├── ERC721.sol ├── Errors.sol ├── Inheritance ├── Mapping ├── Minimal token Exercise.sol ├── Other Contract.sol ├── SillyStringUtils.sol ├── Storage ├── Structs ├── deploying on testnet └── imports.sol /AddressBook.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/AddressBook.sol -------------------------------------------------------------------------------- /Arrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Arrays -------------------------------------------------------------------------------- /Control Structures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Control Structures -------------------------------------------------------------------------------- /ERC20.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/ERC20.sol -------------------------------------------------------------------------------- /ERC721.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/ERC721.sol -------------------------------------------------------------------------------- /Errors.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Errors.sol -------------------------------------------------------------------------------- /Inheritance: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Inheritance -------------------------------------------------------------------------------- /Mapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Mapping -------------------------------------------------------------------------------- /Minimal token Exercise.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Minimal token Exercise.sol -------------------------------------------------------------------------------- /Other Contract.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Other Contract.sol -------------------------------------------------------------------------------- /SillyStringUtils.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/SillyStringUtils.sol -------------------------------------------------------------------------------- /Storage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Storage -------------------------------------------------------------------------------- /Structs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/Structs -------------------------------------------------------------------------------- /deploying on testnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/deploying on testnet -------------------------------------------------------------------------------- /imports.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asikwome/Base/HEAD/imports.sol --------------------------------------------------------------------------------