Project #1: Property Transfer via Smart Contracts
Industry: Real Estate
Problem Statement: You need to build a smart contract which
is capable of handling property transfer with below cases.
Actions to be performed:
·
Insert some dummy
properties to replicate the real world. These properties shall have basic
characteristics such as address, location, floors, etc.
·
Any owner can send the
property from his account to other owners. Check the ownership of property
before transferring it to the other owner
·
After the successful
transfer of the property, you need to be sure that the former owner is not able
to send the property again
·
The new owner must be
able to send the freshly received property to any owner
Project #2: Crowdfunding Smart Contract
Industry: Non- Profit Organization
Problem Statement: Rewards in Crowdfunding’s are usually
handled by a central unchangeable database that keeps track of all donors.
However, we can do this the decentralized way and just create a token to keep
track of rewards.
Actions to be performed:
·
You are required to
develop a smart contract which keeps track of all the donors
·
Just create a token
for the track of rewards
·
Deploy it on Ethereum
network using remix IDE
Project #3: Decentralized Car Auction
Industry: Automobile
Problem Statement: In a car auction, the price for your car is
set by the company itself, therefore there is always a mediating or commission
fee involved. Instead, we can create an interactive decentralized auction
network where the highest bidder gets the car.
Actions to be Performed: Here is what you need to do:
·
Create a Local
Business Network Containing the following:
·
Participant
Types- Member, Auctioneer,
Owner
·
Asset
Types- Vehicle,
VehicleListing,
·
Transaction
Types- Offer, CloseBidding
·
After defining the
business network, Create and Submit the “caracutionnetwork.bna” file for
evaluation