Skip to content

Commit

Permalink
Adding validation.md5 and script to generate.
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Oct 22, 2020
1 parent 2d71bb9 commit b869036
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/production/generate_validation.md5.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

rm validation.md5 || true
md5sum chainspec.toml >> validation.md5
md5sum accounts.csv >> validation.md5
md5sum -c validation.md5
2 changes: 2 additions & 0 deletions resources/production/validation.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
7feaded3f560a7f3e933868f3aedcd6d chainspec.toml
f4c0e82f5c339203465dcbb08b0b8ba6 accounts.csv

0 comments on commit b869036

Please sign in to comment.