stacks

📁 hairyf/blockchain-master 📅 1 day ago
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/hairyf/blockchain-master --skill stacks

Agent 安装分布

mcpjam 1
claude-code 1
replit 1
junie 1
windsurf 1
zencoder 1

Skill 文档

Skill is based on Stacks blockchain (stacks-node v3.3.0.0.5), generated 2026-02-24. Docs: sources/stacks/docs/, docs.stacks.co

Stacks is a layer-2 blockchain anchored to Bitcoin security, using Proof of Transfer (PoX) for mining and Clarity for smart contracts. This skill covers the reference node (stacks-node): RPC endpoints, testnet tx flow, mining config, event observer, SIPs, property testing, release/branching, profiling, init/service, and CI.

Core References

Topic Description Reference
RPC Endpoints POST/GET for transactions, accounts, contracts, blocks, PoX, Nakamoto (v2/v3) core-rpc-endpoints
Testnet and Transactions Genesis balance, encode/sign, publish contract, contract-call via blockstack-cli and RPC core-testnet-transactions

Features

Topic Description Reference
Mining (PoX) Miner config, burn commitment, RBF, fee/cost estimation features-mining
Event Dispatcher events_observer config, events_keys, POST endpoints and payloads features-event-dispatcher
SIPs Stacks Improvement Proposals — where they live and how to use them features-sips

Best Practices

Topic Description Reference
Property Testing proptest-rs, strategies, assertions, CI (PROPTEST_CASES) best-practices-property-testing
Release and Branching Version format, master/develop/release, release steps, hotfixes best-practices-release-branching

Advanced

Topic Description Reference
Profiling Logging, mock miner, tip-mine, flamegraph, SQLite profiling advanced-profiling
Init and Service systemd, SysVinit, macOS LaunchAgents, paths and user advanced-init-service
CI Workflow Tests, partitions, release builds, Docker, adding tests advanced-ci-workflow

External Links