# DocDelivery This project contains the hardhat project of the DocDelivery smart contract and a sample test. ## Prerequisites - Node.js >=18 ## Installation ```shell npm install ``` ## How to Use 1. Run `npx hardhat compile` to compile the DocDelivery smart contract. 2. Run `npx hardhat test` to run the smart contract test.