0.0.14 • Published 2 years ago

@mintee/wrapped-connection v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

wrapped-connection

A simple wrapper around the Solana's Connection class that adds a few useful features, especially for compressed NFTs.

I got this code form Metaplex: Compression-example

install

npm install @mintee/wrapped-connection

Usage

import { WrappedConnection } from "@mintee/wrapped-connection";

const keypair = new Keypair();
const connectionWrapper = WrappedConnection.getConnectionWrapper(
  "https://api.mainnet-beta.solana.com",
  keypair
);

const assetInfo = await connectionWrapper.getAsset(assetId);
0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago