Skip to content

Writing Starknet Smart Contracts with cairo, This is the Beginning of my web3 journey in Blockchain development!

Notifications You must be signed in to change notification settings

Oluebube01/BookStore

Repository files navigation

GIDA X Starknet Cairo Bootcamp

Bookstore Assignment in cairo (Week 3)

The challenge

Users should be able to:

  • get the details of a book when queried(read)
  • buy a book(write)

Program should be able to:

  • update store when new stock is addded (write)

Admin should be able to:

  • add new book
  • update stock of a book
  • update price of a book

What I Learned

I learnt how to define interfaces, implement external functions, view functions and alot more.

Author

About

Writing Starknet Smart Contracts with cairo, This is the Beginning of my web3 journey in Blockchain development!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages