Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Latest commit

 

History

History
65 lines (34 loc) · 1.32 KB

Demo-example.md

File metadata and controls

65 lines (34 loc) · 1.32 KB

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

{

}