These are mini projects to enhance my smart contract writing skills.
- ERC20 token: Creation of a fungible ERC20 token using solidity, in which you can mint new tokens; transfer tokens; approve other address to spend tokens; and burn tokens
- Piggy Bank: Creation of a piggy bank using solidity, in which you can store ether and when require 'break the piggy bank' in order to access your stored amount
- Ether Wallet: Creation of an Ether Wallet using solidity, in which you can receive ether in the wallet and withdraw ether from the wallet