# README
Lock, Stock and Two Story Points
Decentralized. Poker planning. In terminal.
Description
- This is a CLI app for poker planning
- We use Waku for decantralized players communication
- Messages are end-to-end encrypted, the key is shared elsewhere as part of the room id
Build it your own
git clone https://github.io/six78/2-story-points-cli
cd 2-story-points
make build
./2sp
Or just run the code with a shadow build:
make run
Now share your room id with friends and start estimating your issues!
Protocol
Description of the protocol can be found here.