tupelo-wasm-sdk

Home > tupelo-wasm-sdk > Community > freshLocalTestCommunity

Community.freshLocalTestCommunity() function

freshLocalTestCommunity returns a new community that points at a locally running (usually through Docker) Tupelo, using default configs.

Signature:

function freshLocalTestCommunity(repo?: Repo): Promise<Community>;

Parameters

Parameter Type Description
repo Repo (optional) - a Repo object (wrapper around an IPFS repo).

Returns:

Promise<Community>