philipmoniaga / crowdfunding-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 53.3%Language:Solidity 41.9%Language:TypeScript 4.8%