/icp_01_hackathon

ICP 01 Hackathon

Primary LanguageTypeScriptApache License 2.0Apache-2.0

ICP 01 Hackathon

Table of Contents

Team Members

piatoss3612 dokpark21
이효확 박상현

Introduction

ICP Canvas

  • You can create your own exhibition and sell your art works
  • You can buy tickets to visit other artists' exhibitions
  • You can also buy art works from other artists
  • You can leave comments on art works and get rewards if your comments are adopted by artists

Be a host of your own exhibition with your art works!

Slides

How to run

Requirements

Steps

  1. Clone this repository
git clone <this repository>
  1. Install dependencies
npm install --force
  1. Run local network
make start

or

make start_clean
  1. Deploy canister to local network
# deploy canisters
make ii ledger nft backend

# deploy frontend (if error occurs, just run this command again)
make frontend
  1. Stop local network
make stop

References