Skip to content

bchainify/chainvote-solana

Repository files navigation

Bchainify Chainvote Dev Work for Solana Blockchain

Project Video

Bchainify Chainvote on Solana

#Project Demo

Try the Live App Demo: https://bchainify-chainvote-solana.netlify.app/login

Project Github Frontend and Project Github SOL Smart Contract

Project Wiki

Bchainify Chainvote on Solana Project Site

Chainvote Corporate Governance on Solana

DAOs are the new form of Corporate Governance. Our project is to build an environment of trust, transparency, and accountability on Solana’s fast, secure, and censorship-resistant blockchain platform. Using a Solana smart contract the Corporate Secretary is able to publish an agenda with proposals to bring before the board and voting members. When publishing the proposal the smart contract will send voting members the SOL voting token(s) to their wallet, automating notification for new items to review for voting. Using the Chainvote Dapp Voting members can see the proposals and use SOL token to cast their vote, (1) SOL token = (1) vote.

Overview

Our project is to build an environment of trust, transparency, and accountability on Solana’s fast, secure, and censorship-resistant blockchain platform. Using a Solana smart contract the Corporate Secretary is able to publish an agenda with proposals to bring before the board and voting members. When publishing the proposal the smart contract will send voting members the SOL voting token(s) to their wallet, automating notification for new items to review for voting. Using the Chainvote Dapp Voting members can see the proposals and use SOL token to cast their vote, (1) SOL token = (1) vote. We are looking for a Solana Project Grant to continue building #Solana-Foundation-x-Serum-DeFi-Hackathon-2021.

INTERACTIVE: Corporate Governance Dapp frontend design that interacts with Solona's fast, low-fee, scalable, and censorship-resistant blockchain

IMMUTABLE: Strong identity management, secure and private data management stored on-chain with a transparent, immutable audit trail

INNOVATIVE: Replacement for antiquated procedures, increased participation, and significant cost savings


Product Whiteboard Design

Challenges we ran into

Solana error handling and debugging on Windows platform. This was resolved by using Linux. Also, first time using Solana rust smart contract.

Technologies we used

Screenshots

Design content

Team Members

Development Work Pre-requisites

In order to develop and build "My Dapp," the following pre-requisites must be installed:

Dependency Checklist

$ node --version
$ npm --version
$ rustup --version
$ rustc --version
$ cargo --version
$ solana --version

Installation

Using a terminal (or command prompt), change to the folder containing the project files and type: yarn This will fetch all required dependencies. The process will take 1-3 minutes and while it is in progress you can move on to the next step.

Yarn Errors

You might see failures related to the node-gyp package when Yarn installs dependencies. These failures occur because the node-gyp package requires certain additional build tools to be installed on your computer. Follow the instructions for adding build tools and then try running yarn again.

Build, Deploy and Test

Using a terminal (or command prompt), change to the folder containing the project files and type: yarn start This will run all the dev scripts in each project package.json.

The first time you run yarn start there are a fair number of Rust libraries that are downloaded and pre-compiled. As a result, it may be take from 5-10 mins. before the dapp is compiled and launched the first time. On subsequent compilations, the build time will only be a few seconds.

File Locations

Here are the locations of some important files:

To view your dapp, open your browser to http:https://localhost:5000 for the DappStarter Workspace.

We ♥️ developers and want you to have an awesome experience. You should be experiencing Dappiness at this point. If not, let us know and we will help. Visit https://support.decentology.com or hit us up on Twitter @decentology.

Dependency Guides

This section contains installation guides for common dev environments.

Rust

(Source: Solana) We suggest that you install Rust using the 'rustup' tool. Rustup will install the latest version of Rust, Cargo, and the other binaries.

Follow the instructions at Installing Rust.

For Mac users, Homebrew is also an option. The Mac Homebrew command is brew install rustup and then rustup-init. See Mac Setup & Installing Rust for more details.

After installation, you should have rustc, cargo, & rustup. You should also have ~/.cargo/bin in your PATH environment variable.