@ladin/solana-kit
v2.3.1
Published
Solana JavaScript Toolkit API
Downloads
14
Maintainers
Readme
solana-toolkit
This package exports a series of toolkits that you can use to create pool
Installation
npm install @ladin/solana-kit
or
yarn add @ladin/solana-kit
Example Usage
if (USING_JITO) {
createPoolAndInitialBuy();
} else {
craetePool();
}
License
This project is licensed under the terms of the MIT license.