initial commit

This commit is contained in:
Alex 2020-11-03 20:37:18 -05:00
commit 0dfe99ac1e
4 changed files with 2684 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/node_modules/

0
index.js Normal file
View File

2668
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "theelector",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"web3": "^1.3.0"
}
}