Giter Site home page Giter Site logo

democracy's Introduction

D-emocracy

Welcome to the first prototype of D-emocracy, the first large-scale voting platform on Internet Computer.

If this is the first time you run this project, mske sure to start running

npm install

Then you can start local dfx environment with

dfx start --clean

To have a fully clean situation

# delete declarations folder
dfx canister create --all
dfx generate

To deploy all the canisters, passing argument for Election use

dfx deploy --argument='("Test Election", vec {"Yes"; "No"})'

Once the job completes, your application will be available at http://localhost:4943?canisterId={asset_canister_id}.

To create a new election via command line

dfx canister call democracy_backend createNewElection '("prova")'

To vote for the test election via command line

dfx canister call election vote '("yes")'

You can get your principal running

dfx identity get-principal

Additionally, if you are making frontend changes, you can start a development server with

npm start

Which will start a server at http://localhost:8080, proxying API requests to the replica at port 4943.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.