mirror of
https://github.com/logos-storage/logos-storage-nim-validator.git
synced 2026-01-08 08:23:06 +00:00
project setup
This commit is contained in:
commit
f28be8d326
5
.editorconfig
Normal file
5
.editorconfig
Normal file
@ -0,0 +1,5 @@
|
||||
[*]
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
6
codexvalidator.nimble
Normal file
6
codexvalidator.nimble
Normal file
@ -0,0 +1,6 @@
|
||||
version = "0.1.0"
|
||||
author = "Codex Validator contributors"
|
||||
description = "Validation network for Codex"
|
||||
license = "MIT"
|
||||
|
||||
requires "https://github.com/codex-storage/nim-mysticeti >= 0.1.0 & < 0.2.0"
|
||||
Loading…
x
Reference in New Issue
Block a user