An open API service indexing awesome lists of open source software.

https://github.com/antoncoding/smart-contract-101-demo

Smart contract 101 demo 北科大區塊鏈研究社
https://github.com/antoncoding/smart-contract-101-demo

Last synced: 11 months ago
JSON representation

Smart contract 101 demo 北科大區塊鏈研究社

Awesome Lists containing this project

README

          

## Git

git clone
```
git clone https://github.com/antoncoding/smart-contract-101-demo
```

move to directory

```
cd smart-contract-101-demo/
```

## Install

```
npm i
```

## Compile

```
npx hardhat compile
```

## Test

```
npx hardhat test
```