@goat-sdk/plugin-solana-magiceden
TypeScript icon, indicating that this package has built-in type declarations

0.2.17 • Public • Published

Solana MagicEden Plugin

Interact with MagicEden on Solana.

Installation

npm install @goat-sdk/plugin-solana-magiceden
yarn add @goat-sdk/plugin-solana-magiceden
pnpm add @goat-sdk/plugin-solana-magiceden

Setup

import { magicEden } from "@goat-sdk/plugin-solana-magiceden";

const tools = await getOnChainTools({
    wallet: // ...
    plugins: [
        magicEden({
            apiKey: process.env.MAGICEDEN_API_KEY,
        }),
    ],
});

Tools

  • Get NFT information
  • Buy NFT


Readme

Keywords

Package Sidebar

Install

npm i @goat-sdk/plugin-solana-magiceden

Homepage

ohmygoat.dev

Weekly Downloads

2

Version

0.2.17

License

MIT

Unpacked Size

26.3 kB

Total Files

30

Last publish

Collaborators

  • aigustin
  • mpaella