Skip to content

fiestaxxl/Intro2blockchain_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This is an example of how to run the smart contract locally on your computer.

Installation

Below is an example of how to start interacting with the smart contract locally.

  1. Clone the repo
    git clone https://github.com/fiestaxxl/Intro2blockchain_project.git
  2. Install NPM packages
    cd Intro2blockchain_project
    npm install
  3. Code installed successfully, you can start testing it.

Usage

You can interact with the smart contract on the local network now.

  • npx hardhat compile to compile the solidity code
  • npx hardhat test to run the unit testing of the contract

About

repo for course project "introduction to blockchain"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors