Skip to content

achmadst/VoteContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoteContract

System Overview

This project implements a simple vote system on the Azle platform, allowing users to be able to vote their candidate in a decentralized vote system.

Prerequisites

  • Node
  • Typescript
  • DFX

Installation

  1. Clone the repository:
    git clone https://github.com/achmadst/VoteContract.git
    cd VoteContract
    nvm install 18
    nvm use 18
    npm install
  2. INSTALL DFX
    DFX_VERSION=0.14.1 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
  3. Add DFX to your path
    echo 'export PATH="$PATH:$HOME/bin"' >> "$HOME/.bashrc"

Testing Instructions

  • Make sure you have the required environment for running ICP canisters and the dfx is running in background dfx start --background --clean
  • Deploy the canisters dfx deploy
  • Open the URL for Backend canister via Candid interface

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published