Skip to content

Commit 2fa188f

Browse files
authored
Merge pull request #7 from Arch-Network/brian/fix-book-domain
2 parents 94ccded + b3011e5 commit 2fa188f

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

developers/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ More can be read about these decisions here: https://medium.com/arch-network/a-d
2020

2121
**Q: Where can I find the onboarding documentation for examples and the SDK?**
2222

23-
A. We recommend developers read [The Arch Book](https://docs.arch.network/book) to get started developing on Arch Network.
23+
A. We recommend developers read [The Arch Book](https://book.arch.network) to get started developing on Arch Network.
2424

2525
**Q: How does the validation process work in Arch Network?**
2626

2727
A: There is a network of validators. Each validator within the Arch Network controls a share in the network's distributed signing key (the multi-sig). Every validator validates and processes transactions; the leader handles the block proposal and ROAST protocol.
2828

29-
The leader receives the [RuntimeTransaction](https://docs.arch.network/book/sdk/runtime-transaction.html) and proposes a new block to the other network participants. The validators execute the transaction in parallel and provide signatures for the transaction(s) as well as the block; these outputs (execution receipts, program data, and completed state transitions) are then shared back to the leader. After enough signatures have been collected (ie, a threshold has been met), the leader then submits a fully signed Bitcoin transaction to the Bitcoin network.
29+
The leader receives the [RuntimeTransaction](https://book.arch.network/sdk/runtime-transaction.html) and proposes a new block to the other network participants. The validators execute the transaction in parallel and provide signatures for the transaction(s) as well as the block; these outputs (execution receipts, program data, and completed state transitions) are then shared back to the leader. After enough signatures have been collected (ie, a threshold has been met), the leader then submits a fully signed Bitcoin transaction to the Bitcoin network.
3030

3131
**Q: What is the simplest configuration for local testing and which NETWORK mode should we use?**
3232

@@ -54,7 +54,7 @@ A: Concurrency issues are managed on the backend, with nodes tracking UTXOs cont
5454

5555
**Q: Where does the contract live?**
5656

57-
A: The program logic (bytecode) and storage (state) lives in a key-value database within every validator node in the network. See [accounts](https://docs.arch.network/book/program/account.html) for more information.
57+
A: The program logic (bytecode) and storage (state) lives in a key-value database within every validator node in the network. See [accounts](https://book.arch.network/program/account.html) for more information.
5858

5959
**Q: What is the transaction finalization speed on the network?**
6060

developers/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Developers
22

3-
See [The Arch Book](https://docs.arch.network/book).
3+
See [The Arch Book](https://book.arch.network).

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ hero:
1919
link: /learn/overview
2020
- theme: alt
2121
text: Arch Book
22-
link: https://docs.arch.network/book
22+
link: https://book.arch.network
2323

2424
features:
2525
- title: Learn

learn/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Resources
22

3-
The Arch Book — [https://www.docs.arch.network/book](https://docs.arch.network/book)
3+
The Arch Book — [https://www.docs.arch.network/book](https://book.arch.network)
44

55
Become an Arch Validator — [https://www.arch.network/validator](https://www.arch.network/validator)
66

learn/running-a-node.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Running a Node
22

3-
**Refer to the [Arch Book](https://docs.arch.network/book) for the latest instructions, including…**
3+
**Refer to the [Arch Book](https://book.arch.network) for the latest instructions, including…**
44

55

66

7-
* [Node Operation](https://docs.arch.network/book/concepts/nodes.html)
8-
* [Running an Arch Network Validator](https://docs.arch.network/book/getting-started/bitcoin-and-titan-setup.html)
9-
* [System Requirements](https://docs.arch.network/book/getting-started/requirements.html)
10-
* [Network Selection](https://docs.arch.network/book/guides/how-to-configure-local-validator-bitcoin-testnet4.html)
11-
* [Validator Staking](https://docs.arch.network/book/getting-started/validator-staking.html)
7+
* [Node Operation](https://book.arch.network/concepts/nodes.html)
8+
* [Running an Arch Network Validator](https://book.arch.network/getting-started/bitcoin-and-titan-setup.html)
9+
* [System Requirements](https://book.arch.network/getting-started/requirements.html)
10+
* [Network Selection](https://book.arch.network/guides/how-to-configure-local-validator-bitcoin-testnet4.html)
11+
* [Validator Staking](https://book.arch.network/getting-started/validator-staking.html)

0 commit comments

Comments
 (0)