@neonevm/token-transfer-core
v4.4.1
Published
Core API for the @neonevm/token-transfer project
Downloads
502
Readme
Token transfer core library
The @neonevm/token-transfer-core
contains the basic instruction and transaction methods for native (SOL/NEON), SPL and ERC20 token transfers.
Install packages
yarn add @neonevm/token-transfer-core
# or
npm install @neonevm/token-transfer-core
More detailed usage examples can be found in the examples
folder.