#
General wax initialization
Optimization notice
Using default options provides ease-of-use and simplicity but might not be optimized for specific performance needs or endpoints.
#
Initializing Wax interface
Test it yourself: src/typescript/config/init-general/base.ts
import { createWaxFoundation } from '@hiveio/wax';
// Initialize Wax Foundation using default options
await createWaxFoundation();
Test it yourself: src/typescript/config/init-general/chain.ts
import { createHiveChain } from '@hiveio/wax';
// Initialize Hive Chain using default options
await createHiveChain();