Complete P2P system implementation with tests - all core functionality ready
Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
This commit is contained in:
6
test_intent_only.nyash
Normal file
6
test_intent_only.nyash
Normal file
@ -0,0 +1,6 @@
|
||||
// Test only the IntentBox functionality to verify the basic structure works
|
||||
print("Testing IntentBox basic functionality...")
|
||||
|
||||
local msg
|
||||
msg = new IntentBox("test", "data")
|
||||
print("IntentBox created: " + msg.type())
|
||||
Reference in New Issue
Block a user