Challenge: Split Ratios
Explore how to create a Solidity smart contract enforcing conditions on an array of split ratios. Learn to validate array length and element values, and handle deployment errors effectively.
We'll cover the following...
We'll cover the following...
Problem statement
For this challenge, create a contract with the following features:
An array of ...