/Antiques

A simple application that implements endpoints of antiques canister build on IC protocol network

Primary LanguageTypeScript

Antiques

Antiques is a program that can be hosted on the IC protocol to handle various user requests as defined by the endpoints implemented on the antiques canister.

The canister can be tested locally as defined in the instructions below.

📦 Built With

- azle
- dfx
- typescript
- Ic protocol
- node

💻 Getting Started

To get a local copy up and running follow these simple steps.

⤵️ Install

  1. Clone the repository to your local machine
$ git clone git@github.com:kiberuJ/Antiques.git
  1. cd into the directory
$ cd Antiques
  1. install dependencies
npm install

Initialize the local Internet Computer

dfx start --background

Register, build, and deploy canister on the local Internet Computer

dfx deploy

▶️ Usage

After successful deployement on the local Internet Computer, one can be able to interact with the canister using the terminal by invoking dfx call canisterName methodName(params) commands or through the provided candid interface.

👥 Authors

👤 Jane Kiberu

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

🌟 Show your support

Give a ⭐️ if you like this project!