solana-bundling
v1.0.1
Published
Solana Bundling TypeScript Toolkit API
Downloads
139
Maintainers
Readme
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.