Decentralized. Poker planning. In terminal.
- 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
git clone https://github.com/six78/2-story-points-cli.git
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!
Description of the protocol can be found here.