Souspli

Souspli / Docs / How

A 30-account world on one machine

Souspli is for groups, but a test that mints a key, uses it once and throws it away never lets you look at a contract with four real signatories or a tribe two hops deep. tools/world/ builds a standing world of 30 named accounts and seeds a scenario across them, using the app's own modules and signer — a bundle this makes is a bundle the app could have made.

pnpm world provision        # 30 accounts (identity files + roster)
pnpm world seed             # build the scenario across them
pnpm world ls               # the roster, addresses, how much each holds
pnpm world show ada         # one account: its tribe and its feed
pnpm world open ada         # the real app, on Ada's library
pnpm world live ada grace   # several instances at once
pnpm world forum            # the same forum, ranked in two libraries
pnpm world relay            # post on one instance; receive it on another, unasked
pnpm world magnet           # seed on one instance, fetch it on another
pnpm world reset            # delete world/

pnpm world forum is the one to run if you only run one. It prints the same forum as two different accounts see it — identical letters, different order, because each library weights the same votes by whose vouches reach the voter. Ada's top post is the investigation three of her own people voted up; the listicle four strangers pushed sits last for her. Linus, who has vouched for nobody, sees the listicle first.

That is also the best two-minute demonstration of what Souspli is for.

relay and magnet are two-machine tests on one machine: two real instances, two keys, two libraries, bytes actually moving. relay starts a local relay in-process, so it works offline; --relay wss://… points it at a real one.

What the seeded world holds

Rules of the harness

Details: tools/world/README.md.