# General wax initialization

# Initializing Wax interface

import { createWaxFoundation } from '@hiveio/wax';

// Initialize Wax Foundation using default options
await createWaxFoundation();
import { createHiveChain } from '@hiveio/wax';

// Initialize Hive Chain using default options
await createHiveChain();