urchin()
The entry point to the Urchin SDK is by creating an instance that will give you access to its API.
It accepts a Connection instance from @solana/web3.js
that will be used to communicate with the cluster.
Init Example
Parameters
label (* required)
description
type
default
valid values
payer*
public and private key of payer
Keypair
owner
author if different then payer
Keypair
cluster
Solana/Arweave environment
string
"devnet"
"devnet","mainnet"
rpc
Custom Solana RPC
string
default solana routes
Last updated