...
/Challenge: Create a Contract with Attributes and Functions
Challenge: Create a Contract with Attributes and Functions
Test yourself on Solidity by creating contracts with different parameters and coding the respective run scripts.
We'll cover the following...
Problem statement
Create a contract named Challenge
with the following attributes and functions:
A
private
variable calledtargetAmount
, ...