noxzym / icp-bookstore

Submission for TypeScript Smart Contract 101 challenge by the Internet Computer community on Decade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icp-bookstore

Submission for TypeScript Smart Contract 101 challenge by the Internet Computer community on Decade.

Getting started

Follow the steps below to set up and run the project locally.

Prerequisites

  • Node.js (v16 or later)
  • DFX (v0.17.0 or later)
  1. Clone the repository
git clone https://github.com/noxzym/icp-bookstore
  1. Navigate to the project directory:
cd icp-bookstore
  1. Install dependencies
npm install
  1. Start the IC local development environment
dfx start --background --clean
  1. Deploy the canisters to the local development environment
dfx deploy

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Submission for TypeScript Smart Contract 101 challenge by the Internet Computer community on Decade.

License:MIT License


Languages

Language:TypeScript 100.0%