1.0.1 • Published 5 years ago

@strong-roots-capital/bitcoin-epoch v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

bitcoin-epoch Build status npm version

Start of the Bitcoin epoch

Provides a Date object representing the start of the Bitcoin epoch.

Install

npm install @strong-roots-capital/bitcoin-epoch

Use

import { BITCOIN_EPOCH } from '@strong-roots-capital/bitcoin-epoch'
console.log(BITCOIN_EPOCH.valueOf())
//=> 1230940800000

Acknowledgments

  • Satoshi Nakamoto