You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo is hard-coded for testnet right now. See usage in ./bin/gobject-prepare.js for an implementation that can be adapted to the browser.
Clone and install the project:
git clone https://github.com/dashhive/DashGov.js.git
pushd ./DashGov.js/
npm ci
Load a private key with 1.00001000 DASH to use as the burn address (mistakenly called collateral in the DashCore docs)
(not related to coinjoin, just as a number that happens to work without fee calculation or change)
The demo is hard-coded for testnet right now. See usage in
./bin/gobject-prepare.js
for an implementation that can be adapted to the browser.git clone https://github.com/dashhive/DashGov.js.git pushd ./DashGov.js/ npm ci
(not related to coinjoin, just as a number that happens to work without fee calculation or change)
NOTE The proposal names MUST BE UNIQUE (so change 001 to your favorite number)
The text was updated successfully, but these errors were encountered: