Dtool 0.8.0 released

dtool 0.8.0 released

About dtool

dtool is a command-line tool collection to assist development.

Full description on github

New features

  • Add EdDSA (ed25519 signature) module
  • Add sr25519 signature module

Examples

Sub command Desc Example
ed_sign EdDSA sign
Use mini secret key
v0.8.0
$ dtool ed_sign -m 0xb850164d1feec8698acca329947c9885bd1d940\
34d2fbbe6080598adbe15b298 0x616263
0x52131a69ebb236703de0c3589689202eebd1d16c40990c3ad8b3582631\
a7a267db745dbb9156d8626187e40f42f6cfe884b6d3ce0cdc04603afeed\
089703ac0e
sr_sign sr25519 sign
Use mini secret key
v0.8.0
$ dtool sr_sign -m 0xc243239f434f7a4b0ab8d4600537001e6479c80\
7c3d3623f99c8ad9f2a588837 0x616263
0xced639526bb840107f33b7e6588219bae8657707f0537dce9969338748\
673d54b92e0efba5477a1494696e5cf3f5e7a40f03271b1ef2e2030ef60d\
6be1caa784

Installation

$ cargo install dtool

or

$ brew install guoxbin/guoxbin/dtool

(Recommand brew which provides bash/zsh/fish shell completion)

Suggestion or contribution

https://github.com/guoxbin/dtool

Full feature list

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.