Skip to content

Commit

Permalink
Final Documentation Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeecolution committed Oct 17, 2018
1 parent 0193ba0 commit 876ba08
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# DACtools

## Purpose
Smart contracts, user interface tools, and scripts to facilitate the deployment of Decentralized Autonomous Communities on the EOSIO blockchain


## Caution
Please use this software at your own risk. See LICENSE for further warnings.
Smart contracts, user interface tools, and scripts to facilitate the deploy

## Technical Details

Expand All @@ -14,8 +10,8 @@ The different tools include:
- *eosdac-testnet* - A set of scripts to install and configure eosDAC contracts on a freshly started chain.
- *getvotes* - A tool to gather voting statistics on the top 500 EOSIO accounts.
- *memberstats* - A tool to gather DAC statistics on voting
- *nodeselector* -
- *profile_watcher* -
- *nodeselector* - A tool to select the fastest responding bp node
- *profile_watcher* - An express.js tool to watch a profile

## Author
eosDAC team members. Contact the team for questions on our Discord channel: https://discord.gg/57KVTk4
2 changes: 1 addition & 1 deletion drop tool/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Purpose
Tool to script the airdrop process to EOS accounts.

# Warning
# Caution
Use this script at your own risk. I have tested the script multiple times on the jungletestnetwork with the genesis snapshot as input data without issues.
We at eosDAC also dropped our tokens on the mainnet with this script. I strongly advice to do numerous test runs on the testnetwork before even attempting doing
a drop on the mainnet. You really should know how the script works.
Expand Down
3 changes: 0 additions & 3 deletions memberstats/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## Purpose
Get registered member statistics

## Caution
None.

## Technical Details

Clone repo and install with npm in root folder
Expand Down
3 changes: 0 additions & 3 deletions nodeselector/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
## Purpose
Select fastest responding bp node

## Caution
None.

## Technical Details

This script will select the fastest responding eos node from the 21 active blockproducers. It can also give you a list of all 21 BP-nodes filtered by https (option).
Expand Down

0 comments on commit 876ba08

Please sign in to comment.