Neighborhood Smart Contracts Development Install Dependencies npm i Test the Contracts npx hardhat test Deploy the Contracts npx hardhat run --network {network} scripts/deploy.js Generate UML Diagram Install UML tool npm link sol2uml --only=production Run UML tool sol2uml ./contracts -r -f png TESTTTTT