1.5.1 • Published 8 months ago

arweavekit v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ArweaveKit

Introduction

ArweaveKit aims to lower the barrier of onboarding and building on Arweave by creating a well documented one-stop library.

Installation

Run the following command to install the package using npm or yarn

npm install arweavekit

#OR

yarn add arweavekit

Usage

Functions from specific function types can be imported as follows:

import { createWallet } from 'arweavekit/wallet';

const wallet = await createWallet({
  seedPhrase: true,
  environment: 'local',
});

Functions available

In this library, the following types of functions are available:

Wallet Functions: Functions associated with creating and using wallets. Read more here.

Transaction Functions: Functions associated with creating and interacting with transactions. Read more here.

Contract Functions: Functions associated with creating and interacting with contracts. Read more here.

Encryption Functions: Functions associated with encrypting and decrypting with encryption functions. Read more here.

Auth Functions: Functions associated with authentication. Authentication currently supports ArConnect only. Read more here.

Understanding the docs

Every function has a dedicated page with the following information associated with it:

  • Brief description of the function
  • Basic syntax for function calls
  • Input parameters for the function
    • Parameters with the optional keyword means they are optional. Parameters that do not have this keyword are required and must be passed in for successful function calls.
  • Returned data for function calls

Read the docs here

1.4.6

10 months ago

1.4.4

10 months ago

1.4.3

10 months ago

1.5.1

8 months ago

1.4.2

10 months ago

1.5.0

8 months ago

1.4.0

10 months ago

1.3.0

10 months ago

1.4.9

9 months ago

1.4.8

9 months ago

1.4.7

10 months ago

1.2.13

11 months ago

1.2.14

11 months ago

1.2.12

11 months ago

1.2.10

11 months ago

1.2.11

11 months ago

1.2.9

11 months ago