Harbour-MVP/DEMOS/Demo-example.md

1.3 KiB

DEMO: Bitconnectors_imaginary_team

// Show us your meta-tx format, message signing, functions, calls, contract execution interfaces

Project Name:

  • Bitconnectors

Links of project:

Short paragraph on where your team is at...:

We have built this... done this...

Video DEMO Link:

// We would love for you to be as specific as much as you can about what you have built with a focus on your design requirements and rationale behind how you sign meta-txs, your contract interfaces, contract execution functions (down to the level of detail in terms of field ordering eg. ERC-191), what calls you make etc.

Video DEMO summary

  • Add summary of what you did...
  • We did this...

Code

Meta-tx formatt - Eg. Uport, Tenzorum

Format

{

}

Tx

{

}

Contract interface + Execution function - Eg. ...

Interface

{

}
{

}

Calls and messages - Eg. ...

/// What are the different calls / messages used, common, differences -> specifics, down to the granular details

{

}