├── .gitignore ├── README.md └── secret /.gitignore: -------------------------------------------------------------------------------- 1 | # Build and Release Folders 2 | bin-debug/ 3 | bin-release/ 4 | [Oo]bj/ 5 | [Bb]in/ 6 | 7 | # Other files and folders 8 | .settings/ 9 | 10 | # Executables 11 | *.swf 12 | *.air 13 | *.ipa 14 | *.apk 15 | 16 | # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` 17 | # should NOT be excluded as they contain compiler settings and other important 18 | # information for Eclipse / Flash Builder. 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Validator 2 | A participant who verifies transactions in a blockchain 3 | -------------------------------------------------------------------------------- /secret: -------------------------------------------------------------------------------- 1 | kjbkb 2 | jb 3 | 4 | b 5 | ppn 6 | pkn 7 | kn 8 | 9 | nlkn 10 | lknl;; 11 | ;kjbn; 12 | bn 13 | n bc 14 | dg 15 | 16 | dg 17 | g 18 | h 19 | g 20 | h g 21 | g mgkmnfbd 22 | fbdfh 23 | fgn 24 | n gh 25 | ng 26 | h 27 | ng 28 | hngdnd 29 | hndg 30 | ngn dg 31 | --------------------------------------------------------------------------------