Fixed formatting issue with yaml in docs.
This commit is contained in:
parent
86819a8f6d
commit
a81546e631
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Address
|
title: Address
|
||||||
description: A simple interface to generate and validate a bitcoin address.
|
description: A simple interface to generate and validate a bitcoin address.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Block
|
title: Block
|
||||||
description: A simple interface to parse and validate a bitcoin blocks.
|
description: A simple interface to parse and validate a bitcoin blocks.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Browser Builds
|
title: Browser Builds
|
||||||
description: Guide to writing modules and optimizing browser bundles.
|
description: Guide to writing modules and optimizing browser bundles.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Crypto
|
title: Crypto
|
||||||
description: Primitives and tools to deal with bitcoin cryptography.
|
description: Primitives and tools to deal with bitcoin cryptography.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Encoding
|
title: Encoding
|
||||||
description: Utilities for encoding information in bitcoin standard formats.
|
description: Utilities for encoding information in bitcoin standard formats.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: HDKeys
|
title: HDKeys
|
||||||
description: Lets you create and derive extended public and private keys according to the BIP32 standard for Hierarchical Deterministic (HD) keys.
|
description: Lets you create and derive extended public and private keys according to the BIP32 standard for Hierarchical Deterministic (HD) keys.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Networks
|
title: Networks
|
||||||
description: A simple interface to handle livenet and testnet bitcoin networks.
|
description: A simple interface to handle livenet and testnet bitcoin networks.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Private Key
|
title: Private Key
|
||||||
description: A simple interface to generate, import and handle private keys.
|
description: A simple interface to generate, import and handle private keys.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Public Key
|
title: Public Key
|
||||||
description: A simple interface for handling private keys.
|
description: A simple interface for handling private keys.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Script
|
title: Script
|
||||||
description: A powerful interface to create, parse and validate bitcoin scripts.
|
description: A powerful interface to create, parse and validate bitcoin scripts.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Transaction
|
title: Transaction
|
||||||
description: A robust interface to create, parse and validate bitcoin transactions.
|
description: A robust interface to create, parse and validate bitcoin transactions.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Bitcoin Units
|
title: Bitcoin Units
|
||||||
description: Utility to easily convert between bitcoin units.
|
description: Utility to easily convert between bitcoin units.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: UnspentOutput
|
title: UnspentOutput
|
||||||
description: A stateless model to represent an unspent output and associated information.
|
description: A stateless model to represent an unspent output and associated information.
|
||||||
---
|
---
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
title: Bitcoin URIs
|
title: Bitcoin URIs
|
||||||
description: Utility to parse and create standard bitcoin URIs.
|
description: Utility to parse and create standard bitcoin URIs.
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user