Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 259 Bytes

A dice rolls app for Specter DIY wallet.

How to use this app?

  • Copy dicerolls directory into src/apps/ directory.
  • Register in src/apps/__init__.py by adding __all__.append("dicerolls") at the end of the file.
  • Build using make simulate.