Skip to content

[Tutorial] Getting Started

Xenland edited this page Mar 16, 2013 · 15 revisions

Welcome to the BDK Getting Started page

Intro

##Programming Guidelines ###Use integers for math & calculations, Use decimals for display and NEVER for math. The BDK functions will always require financial values to be passed by an integer type instead of decimals this is a standard measure to encourage the development of your program outside of BDK to do math in integers(1 Satoshi or also known as 0.00000001 Bitcoins in integer value).