dashhive / DashPlatform.js

A lightweight library Dash Platform identities, data contracts, and documents
MIT License
0 stars 2 forks source link

doc: the test fixtures we really need #4

Open coolaj86 opened 2 months ago

coolaj86 commented 2 months ago

In simple terms: We need a functional test to create the intermediate and final data / byte representations related to registering an identity with tested test fixtures:

That's more important than documentation, code samples, etc. What does the CPU need to operate on? What does the network card send out to the world?

I think these are just the basic things you'd give to anyone that you expect to implement a protocol - what are working inputs, what are working outputs, and what are the intermediate representations necessary to check that the bits in the middle are correct.