mondalraj / collaborateX-poc-polygon-eth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building the project

After any changes to the contract, run:

npm run build
# or
yarn build

to compile your contracts. This will also detect the Contracts Extensions Docs detected on your contract.

Deploying Contracts

When you're ready to deploy your contracts, just run one of the following command to deploy you're contracts:

npm run deploy
# or
yarn deploy

Releasing Contracts

If you want to release a version of your contracts publicly, you can use one of the followings command:

npm run release
# or
yarn release

Deployed Smart Contracts

UserProfile.sol Smart Contract Address - 0x8AaAb53B79b76FAC8851A49C80Ed7DD72F4ca43F ProjectIdea.sol Smart Contract - 0x6a9D90bF6EE77d38C01EcCf340Abb094B0829022

About


Languages

Language:Solidity 98.1%Language:JavaScript 1.9%