Skip to content

sidechains/creating-your-own: fix deterministic-peg link #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source/sidechains/creating-your-own.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ setting up a simple single-signer peg with a `regtest`-powered mainchain. This
configuration works to run a sidechain with a 1-of-1 functionary/blocksigner,
convenient for local development and testing.

There are several other ways of deriving consensus on a sidechain. See [the
Deterministic Peg Element](/elements/deterministic-peg.html) for more details.
There are several other ways of deriving consensus on a sidechain.
See [the Deterministic Peg Element][deterministic-peg] for more details.

[deterministic-peg]: /elements/deterministic-pegs

#### Prerequisites
You'll need a working version of Elements. Follow [the Elements build
Expand Down