A base contract to build off of when working with royalties. A percentage you set in the contract of eth sent to the contract will be sent to the specified address
A base contract to build off of when working with royalties. A percentage you set in the contract of eth sent to the contract will be sent to the specified address. This is a template that developers can use to quickly develop smart contracts without having to worry about the business logic of dealing with royalties.
This project uses the Solidity programming language by Ethereum to create the base contract template. This leverages Ethereum's EVM to deploy onto the Ethereum blockchain. This allows users to interact with the Ethereum blockchain using your deployed smart contract. I benefitted from this project by learning how to create reusable and modular contract components .