# @mybucks.online/core

The core components responsible for hashing, private-key generation, and the logic to parse and generate transfer-link tokens have been extracted into an independent package [here](https://www.npmjs.com/package/@mybucks.online/core).

**This provides a great opportunity for businesses to automate their airdrops or gifting effectively using mybucks.online.** By integrating this library, you can programmatically generate thousands of unique wallet links and distribute them via your own marketing platforms, email lists, or social media campaigns.

```
npm install @mybucks.online/core
```
