Identity. . Wallet.

The identity wallet with Kudos support.

% npx @loremlabs/setler@latest help

About Setler

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:
% npx @loremlabs/setler kudos create --outFile "kudos.ndjson"

Storing Kudos: Pools

Kudos can be stored in a pool. This is the accumulation of kudos that you've created. You can create a pool with:
% npx @loremlabs/setler pool create
You can see the pools you have created with:
% npx @loremlabs/setler pool list
You can store (also called "inking") kudos in a pool with:
% npx @loremlabs/setler pool ink --inFile kudos.ndjson

Setling Pools

You can setle ("send money") to a pool with:
% npx @loremlabs/setler kudos send --poolId POOL_ID

Sending Money to an Identifier

Setler also enables you to send funds to an identity:
% npx @loremlabs/setler send social email:YOUR_EMAIL@YOUR_DOMAIN
Setler uses the Ident.Agency to lookup identities and their corresponding wallet addresses.

Setler Example

Screen of Setler

Be the first to know the latest

Join our low volume email list.