1.0.1 • Published 9 months ago

solana-bundling v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

solana-bundling-toolkit

This package exports a series of toolkits that you can use to create pool

Installation

npm install solana-bundling
or
yarn add solana-bundling

Example Usage

if (USING_JITO) {
  createPoolAndInitialBuy();
} else {
  craetePool();
}

License

This project is licensed under the terms of the MIT license.