Skip to content
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

Add Signer Quickstart Page #1658

Merged
merged 21 commits into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
30c1e3a
Add quickstart outline
kenrogers Oct 16, 2024
62f97f8
feat: add explanations and commands to signer quickstart page
BowTiedDevOps Oct 22, 2024
eb35946
fix: end tabs, use h3 titles for table of contents
BowTiedDevOps Oct 22, 2024
ebee06d
feat: apt install -y to always install
BowTiedDevOps Oct 22, 2024
d75e434
feat: explicitly state to modify environment field values
BowTiedDevOps Oct 22, 2024
15c5cef
fix: pretty print testnet keychain as well
BowTiedDevOps Oct 22, 2024
6ba3da6
fix: install npm in prerequisites
BowTiedDevOps Oct 22, 2024
36fdfc0
feat: tabs for verify setup due to different binary versions
BowTiedDevOps Oct 22, 2024
7493a8d
feat: change verify setup output for signer
BowTiedDevOps Oct 22, 2024
a06e18b
fix: no longer remove the keychain file when removing files
BowTiedDevOps Oct 22, 2024
4938188
feat: replace `~` with `$HOME` in config paths
BowTiedDevOps Oct 22, 2024
4097017
fix: add missing node field in node config
BowTiedDevOps Oct 22, 2024
b8221d2
Merge branch 'master' into add-signer-quickstart
BowTiedDevOps Oct 22, 2024
cc698c7
feat: replace `-` with `*` bullet points in summary.md
BowTiedDevOps Oct 22, 2024
91a946b
feat: replace `---` with `***` divider in summary.md
BowTiedDevOps Oct 22, 2024
538145a
feat: small fixes, update versions, remove unused tabs
BowTiedDevOps Oct 25, 2024
c4bf7fb
feat: add link to running your own bitcoin node
BowTiedDevOps Oct 25, 2024
ed349a4
Update guides-and-tutorials/running-a-signer/signer-quickstart.md
wileyj Oct 25, 2024
c9f9a53
Update guides-and-tutorials/running-a-signer/signer-quickstart.md
wileyj Oct 25, 2024
363f2e2
feat: change mainnet node bind to 127.0.0.1
BowTiedDevOps Oct 25, 2024
eaec39d
Merge branch 'master' into add-signer-quickstart
wileyj Oct 28, 2024
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
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* [Mine Mainnet Stacks Tokens](guides-and-tutorials/run-a-miner/mine-mainnet-stacks-tokens.md)
* [Verify Miner](guides-and-tutorials/run-a-miner/verify-miner.md)
* [Run a Signer](guides-and-tutorials/running-a-signer/README.md)
* [Signer Quickstart](guides-and-tutorials/running-a-signer/signer-quickstart.md)
* [How to Read Signer Logs](guides-and-tutorials/running-a-signer/how-to-read-signer-logs.md)
* [How to Monitor a Signer](guides-and-tutorials/running-a-signer/how-to-monitor-signer.md)
* [Stack STX](guides-and-tutorials/stack-stx/README.md)
Expand Down
Loading
Loading