This is a simple script to buy/sell Moonshot tokens with 10 wallets.
- Node 18.16.0
- Yarn 1.22.19
- Clone the repository
git clone https://github.com/btcoin23/moonshot-buy-sell.git
- Install the dependencies
yarn install
- Create a .env file with the following variables:
RPC_URL=https://mainnet.helius-rpc.com/?api-key=...
- Run the script
yarn start
This project is licensed under the MIT License.