| description | Users should call user state transition to receive reputation |
|---|
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.
-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
-h, --help Show this help message and exit.
{% hint style="info" %} source: core/cli/userStateTransition.ts {% endhint %}