User state transition
userStateTransition
npx ts-node cli/index.ts userStateTransition
[-h]
[-e ETH_PROVIDER]
-id IDENTITY
-x CONTRACT
-d ETH_PRIVKEY
- It will generate start transition proof, process attestations proofs, and the user state transition proof.
Options
-e ETH_PROVIDER, --eth-provider ETH_PROVIDER
A connection string to an Ethereum provider. Default: http://localhost:8545
-id IDENTITY, --identity IDENTITY
The (serialized) user's identity
-x CONTRACT, --contract CONTRACT
The Unirep contract address
-d ETH_PRIVKEY, --eth-privkey ETH_PRIVKEY
The user's Ethereum private key
Options inherited from parent commands
-h, --help Show this help message and exit.
info
source: core/cli/userStateTransition.ts