commit inicial do projeto

This commit is contained in:
Júnior
2025-05-23 10:44:32 -03:00
commit 8f04473c0b
106 changed files with 5673 additions and 0 deletions

10
config/config.yaml Normal file
View File

@ -0,0 +1,10 @@
# Configuração do DEJO Node
environment: production
log_level: info
consensus_algorithm: PoS
rpc_port: 8545
ws_port: 8546
database:
type: leveldb
path: "/data/blockchain"