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 北科大區塊鏈研究社
- Host: GitHub
- URL: https://github.com/antoncoding/smart-contract-101-demo
- Owner: antoncoding
- Created: 2021-06-03T08:36:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T12:43:03.000Z (over 4 years ago)
- Last Synced: 2025-02-08T07:25:21.272Z (about 1 year ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```