Skip to content

Coiling-Dragon/hardhatJS-book-library

Repository files navigation

Hardhat Project

  • The administrator (owner) of the library should be able to add new books and the number of copies in the library.
  • Users should be able to see the available books and borrow them by their id.
  • Users should be able to return books.
  • A user should not borrow more than one copy of a book at a time. The users should not be able to borrow a book more times than the copies in the libraries unless copy is returned.
  • Everyone should be able to see the addresses of all people that have ever borrowed a given book.
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published