88 - Hierarchical Deterministic Path Templates
BIP: 88 source Layer: Applications Title: Hierarchical Deterministic Path Templates Authors: Dmitry Petukhov Status: Complete Type: Informational Assigned: 2020-06-23 License: BSD-2-Clause Table of ContentsAbstractCopyrightMotivationKnown solutionsIntended use and advantagesSpecificationFull and partial templatesParsing resultMatchingFormal specificationImplementationsCompatibilityExamplesAcknowledgements Abstract This document describes a format for the representation of the templates that specify the constraints that can be imposed on BIP32 derivation paths. The constraints specified by the templates allow to easily discern 'valid' paths, that match the constraints, and 'invalid' paths, that exceed the constraints. Copyright This BIP is licensed under the 2-clause BSD license. Motivation BIP32 derivation path format is universal, and a number of schemes for derivation were proposed in BIP43 and other documents, such as BIPs 44,45,49,84. The flexibility of the format ...