deadlockpckg
v1.0.2
Published
Deadlock protocol core package
Downloads
13,143
Readme
Deadlock Protocol SDK ⛓️
The official package for Deadlock – a decentralized development commitment and prediction protocol built on the Stacks blockchain.
Deadlock empowers developers to publicly commit to shipping features, fixing bugs, or deploying contracts ("Vows") by staking STX. The community can hold them accountable by spectating or challenging these vows.
Features
- Create Vows: Stake STX to publicly commit to a development goal with a hard deadline.
- Spectator Markets: Community members can place bets on whether a developer will succeed or fail in their vow.
- Rival Challenges: Other developers can challenge a vow by matching the stake, competing to deliver the goal first.
- On-Chain Settlement: Decentralized resolution of vows directly on the Stacks blockchain.
Installation
npm install deadlockpckgUsage
// Import the Deadlock core package
const deadlock = require('deadlockpckg');
// Initialize
deadlock();Contributing
Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.
License
MIT
