Setler CLI is a non-custodial identity wallet that is used to send and receive payments as
well as "setling" kudos. Setling (intentional new spelling) is the act of distributing a fixed
amount to a "pool" of identities. This pool is the accumulation of kudos
which includes an identity identifier. Because the wallet is non-custodial, the user is in control
of their own funds and can send and receive payments as well as setle kudos without the need for
a third party.
Getting Started
Wallet
To use you start by creating a wallet. This is a non-custodial wallet that is used to send and
receive payments as well as perform the escrowed payments. Setup a new wallet with:
%
npx @loremlabs/setler@latest wallet init
You will then need to fund your wallet either by sending funds to it:
%
npx @loremlabs/setler wallet receive
Or by using a test network and funding it with the built in faucet:
%
npx @loremlabs/setler wallet fund
To check your wallet balance:
%
npx @loremlabs/setler wallet balance
Creating Kudos
You can create kudos with:
%
npx @loremlabs/setler kudos create
This creates the data structure of a kudos. You can save it by appending to a file with: