Skip to content

simplicityf/simple_smartcontract

Repository files navigation

simple_smartcontract

write a game contract, a player is inside the forest and is trying to find his way out

if he take right turn, he will get more deeper in the forest, however, if he takes a left turn he will come out successfully

if he keeps going right, he will loose the game

another bookstore contract, the owner post a book, update.

student can request for a book and also see the list of the contract available

owners update student request status, either it is on pending, approved or decline

also same contract but written on different file, the advancebookstore inherit bookstore contract and also update it

I wrote the bookstore contract on vscode with the help of Hardhat

Here, i successfully compile my BookStore Contract

compiling

Here i successfully deploy on localhost

localdeployment

Here, i successfully test my contract

testingContract

And finally, after runing into network issue, i was able to deploy and verify it on Lisk Sepolia Testnet... Yah!!!

verifycontract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published