-
- Downloads
System level documentation (!13)
# Description Describes broadly the structure of dragoonfly as well as the utilities we made (such as the CLI). # Detailed list of changes Explains: - Global structure - What happens inside a node when a command is issued - Quickly explains interaction with other nodes - The API / http interface - The CLI ## Related issues This MR will: - close #8 - close #9 - close #12
Showing
- Makefile 1 addition, 1 deletionMakefile
- README.md 1 addition, 1 deletionREADME.md
- cli/dragoon.nu 22 additions, 32 deletionscli/dragoon.nu
- cli/network_builder.nu 19 additions, 16 deletionscli/network_builder.nu
- cli/swarm.nu 15 additions, 12 deletionscli/swarm.nu
- documentation/API.md 779 additions, 0 deletionsdocumentation/API.md
- documentation/DEMO.md 14 additions, 0 deletionsdocumentation/DEMO.md
- documentation/DOCUMENTATION.md 133 additions, 0 deletionsdocumentation/DOCUMENTATION.md
- documentation/SWARM.md 38 additions, 0 deletionsdocumentation/SWARM.md
- help_func/execute_all_tests.nu 5 additions, 3 deletionshelp_func/execute_all_tests.nu
- src/commands.rs 3 additions, 2 deletionssrc/commands.rs
- src/dragoon_swarm.rs 1 addition, 1 deletionsrc/dragoon_swarm.rs
- src/main.rs 5 additions, 5 deletionssrc/main.rs
- src/send_block_to.rs 5 additions, 7 deletionssrc/send_block_to.rs
- src/send_block_to/protocol.rs 1 addition, 1 deletionsrc/send_block_to/protocol.rs
- src/to_serialize.rs 1 addition, 1 deletionsrc/to_serialize.rs
- tests/get_file_2_peers.nu 6 additions, 6 deletionstests/get_file_2_peers.nu
- tests/get_file_4_peers_min_blocks.nu 28 additions, 11 deletionstests/get_file_4_peers_min_blocks.nu
- tests/message_exchange_block_per_block.nu 9 additions, 9 deletionstests/message_exchange_block_per_block.nu
- tests/send_block_list_2_peers.nu 9 additions, 9 deletionstests/send_block_list_2_peers.nu
Loading
Please register or sign in to comment