1.1.3 • Published 1 year ago

@wharfkit/starter-jungle v1.1.3

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
1 year ago

Wharfkit Jungle 4 Starter Kit

This is a starter kit that contains all the dependencies needed to build a Wharfkit application. It can be installed to have access to all the most relevant Wharfkit packages.

Installation

The @wharfkit/starter-jungle package is distributed as a module on npm.

yarn add @wharfkit/starter-jungle
# or
npm install --save @wharfkit/starter-jungle

Usage

You can then import any of the main Wharfkit modules in your application:

import SessionKit from '@wharfkit/session';
import ContractKit from '@wharfkit/contract';
import AccountKit from '@wharfkit/account';
// or any other Wharfkit module

You can also import a Jungle 4 specific pre-configured sessionKit instance that is ready to use:

import { sessionKit } from '@wharfkit/starter-jungle';

await sessionKit.login();
1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago