polariseye / polka-signer

various method of polka sign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

polka-signer

this code is some examples for how to sign offline.

  • txByCustSign.ts is the best way to sign off line. and the payload can be construct repeatedly. this code is refer to the polka issue 1421

  • txBySignner.ts is refer to the signer tool. it can change the way to sign freely and it's so simple

if you don't mind using heavyweight lib. the package https://github.com/paritytech/txwrapper may be a good choice also

About

various method of polka sign


Languages

Language:JavaScript 67.0%Language:TypeScript 33.0%