luckyyang / rostra-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rostra Contracts

Guide

  1. Config
mv .env.example .env

Change the config in .env file.

  1. Install dependencies
yarn
  1. Compile contracts
npx hardhat compile
  1. Test
yarn test
yarn testsvg
  1. Deploy
npx hardhat run scripts/deployCrowdfunding.js --network <network_name>

About


Languages

Language:Solidity 64.9%Language:JavaScript 24.0%Language:TypeScript 11.1%Language:Shell 0.0%