fellowserf / proposal-generator

Dash Client-Side Governance Proposal Generator

Home Page:https://proposal.dashevo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chaincoin Proposal Generator

Build Status

Get Started

Before being able to use this repository, you will need to build the bitcore-lib-chaincoin for browser which is a required dependency. This can be done easily by running:

npm install
npm run build

You will find in the vendor folder the file index.js which index.html reference. This file handle a browserified version of bitcore-lib-chaincoin aswell as some inner logic that you can find in "js/index.js".

Dockerized

A Dockerfile has been included in order to build the site deterministically, as well as a script to run the Docker site build, and place the resulting artifacts in the dist/ directory. To run the full Dockerized build, run this script:

bash scripts/build.sh

About

Dash Client-Side Governance Proposal Generator

https://proposal.dashevo.org/


Languages

Language:JavaScript 52.3%Language:HTML 37.9%Language:CSS 8.2%Language:Shell 1.5%