Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Nov 5, 2024
1 parent 7331a80 commit e20c463
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions packages/xcm-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,17 @@

[![npm version](https://img.shields.io/npm/v/@galacticcouncil/xcm-sdk.svg)](https://www.npmjs.com/package/@galacticcouncil/xcm-sdk)

Wallet interface for cross-chain interactions in the Polkadot/Kusama ecosystem.
Wallet interface for asset multi-platform transfer supporting fee swaps & bridging.

Wallet does not perform any signing rather provide transfer data to maintain loose coupling & interoperability with 3rd party code.

## Installation

Install with [npm](https://www.npmjs.com/):

`npm install @galacticcouncil/xcm-sdk`

## Wallet

Unified interface for asset multi-platform transfer supporting fee swaps & bridging. Wallet does not perform any signing
rather provide transfer data to maintain loose coupling & interoperability with 3rd party code.

### API
## API

```typescript
transfer(
Expand All @@ -32,7 +29,7 @@ subscribeBalance(
)
```

### Usage
## Usage

```typescript
// Import
Expand Down

0 comments on commit e20c463

Please sign in to comment.