juicebox-technologies / urchin-sdk

Simple Playa API integration for NodeJS
1 stars 0 forks source link

Setup Bundlr Functions #2

Open mjzuppe opened 1 year ago

mjzuppe commented 1 year ago

within src/core/actions create a file for bundlr and perform the following actions

Additional Notes

Resources: https://dash.readme.com/project/playa/v0.1/docs Likely Inputs:

Testing:

mjzuppe commented 1 year ago

You can early test with secretkey but we'll need to later test with a proper KeyPair type input.

In a test file you can use

import { Keypair } from "@solana/web3.js";

const feePayer = Keypair.fromSecretKey(
  bs58.decode("<yourkey>")
);