Skip to content

Commit

Permalink
Add testing environment and clean up TODOs (#77)
Browse files Browse the repository at this point in the history
* Add testing environment and clean up TODOs

Add a testing environment for launching blockchain node and authority services.

* Rework client

Rework the client and clean up the rest of the code so that it passes CI checks.
  • Loading branch information
ThrasherLT authored Jan 22, 2025
1 parent 2544cac commit c51786c
Show file tree
Hide file tree
Showing 53 changed files with 2,813 additions and 1,455 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/logs
/.vscode
node-cmd-history.txt
**/dist/**
**/dist
**/data/*
Loading

0 comments on commit c51786c

Please sign in to comment.