Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 585 Bytes

BigchainDB usage example in NodeJS and TypeScript

Simple application using BigchainDB.

  • Uses IPDB (Bigchain Cluster), so you need to create an app id/key.
  • Itsn't a framework, it's just an example of how to create and get transactions.

What is BigchainDB?

What is IPDB?

Running

  • Environment variable 'bigchainAppId' should set your APP ID.
  • Environment variable 'bigchainAppKey' should set your APP KEY.

Development

npm i 
npm run watch