Integrate api keys
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
import { createNetwork } from '@stacks/network'
// Create a network with options object
const network = createNetwork({
network: 'mainnet',
apiKey: 'my-api-key',
});