blockchain , sdchain cpp sdk and demo

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by SDchain C Plus Plus Team

Committer:
webmaster
Date:
Wed Aug 08 09:51:32 2018 +0800
Revision:
18:ec6cd7cfe3f8
Parent:
8:f2a567ee3a46
rm demo files

Who changed what in which revision?

UserRevisionLine numberNew contents of line
webmaster 8:f2a567ee3a46 1 // Unit Test
webmaster 8:f2a567ee3a46 2 #pragma once
webmaster 8:f2a567ee3a46 3
webmaster 8:f2a567ee3a46 4 #include <iostream>
webmaster 8:f2a567ee3a46 5
webmaster 8:f2a567ee3a46 6 using namespace std;
webmaster 8:f2a567ee3a46 7
webmaster 8:f2a567ee3a46 8 //int http_post_bc(const string &strIn,string &strOut);
webmaster 8:f2a567ee3a46 9 //int test_bc();
webmaster 8:f2a567ee3a46 10 //int http_get();
webmaster 8:f2a567ee3a46 11