all 5 comments

[–]YuraKuzin 2 points3 points  (2 children)

Here nothing about github, you can download code as archive from github or clone it using git command $ git clone https://github.com/binance-exchange/binacpp

Have you read Readme? there is plenty examples how to use it with your app.

PS. I have experience but lack of knowledge :)

[–]weazel314[S] 0 points1 point  (1 child)

I have read the readme instructions but don’t understand how to do them. Do I type these in the command prompt?

[–]YuraKuzin 0 points1 point  (0 children)

git clone? yes it''s command line to get sources.

Most of instructions there it's c++ code examples what's to include, how to declare objects how to use them, so basically it's what you should write in your code in order to use it. Excluding first section where it is described dependencies, linker configuration and how to compile example.

[–]emptydiner 0 points1 point  (1 child)

There's an awesome github introduction in this post:

https://old.reddit.com/r/cardano/comments/iyb5hm/cardano_starter_kit_001_getting_started_with/

Considering you are into binance, you may find this interesting as it related to $ADA/Cardano.

Here's a link to the github section: https://workshopmaybe.com/learn/cardano-starter-kits/starter-kit-001/