0.3.2 • Published 5 months ago

@aevatar-react-sdk/core v0.3.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

@aevatar-react-sdk/core

Core logic for the Aevatar React SDK ecosystem.

Introduction

This package provides the core logic and foundational modules for the Aevatar React SDK. It integrates with services, types, and utils packages to offer a complete SDK experience.

Installation

npm install @aevatar-react-sdk/core
# or
yarn add @aevatar-react-sdk/core

Usage

import { coreFunction } from '@aevatar-react-sdk/core';

Dependencies

  • @aevatar-react-sdk/services
  • @aevatar-react-sdk/types
  • @aevatar-react-sdk/utils
  • @portkey/request
  • Peer dependency: aelf-sdk

Scripts

  • dev: Start development mode with Vite
  • build: Build the package
  • test: Run tests with coverage
  • test:dev: Run tests in watch mode
  • lint: Lint the codebase
  • format: Format the codebase

Development

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Run pnpm dev to start development

Testing

Run tests with:

pnpm test

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


// All comments and explanations are in English as required.

0.3.2

5 months ago

0.3.1

5 months ago

0.3.1-alpha.1

6 months ago

0.3.1-alpha.0

7 months ago

0.3.0

7 months ago

0.2.1

8 months ago

0.2.0

9 months ago

0.2.0-alpha.1

9 months ago

0.2.0-alpha.0

9 months ago

0.1.0

9 months ago