Skip to content

This projects demonstrates how a library would work on a blockchain.

Notifications You must be signed in to change notification settings

perkzen/blockchain-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Library

This projects demonstrates how a library would work on a blockchain.

Features

  • add Book
  • borrow Book
  • return Book
  • list Books
  • find all available Books by Title
  • find all Books by Author
  • find Book by ISBN
  • extend Borrowing Period

Run tests

  npx hardhat test

Project info

This project is based on the Hardhat development environment.

Dependencies

  • Typescript
  • Solidity
  • Chai
  • Hardhat

Project structure

.
└── blockchain_library/
    ├── contracts/
    │   └── Library.sol
    ├── scripts/
    │   └── deploy.ts
    └── test/
        └── library.test.ts

About

This projects demonstrates how a library would work on a blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published