https://github.com/mvdschee/wax-bulk-template-creator
https://github.com/mvdschee/wax-bulk-template-creator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvdschee/wax-bulk-template-creator
- Owner: mvdschee
- Created: 2023-09-02T01:47:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T03:26:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T07:18:32.580Z (3 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wax-bulk-template-creator
Quick and dirty script to create a bulk nfts for uploading to wax
⚠️⚠️You will have to edit the code this is not an command line tool.⚠️⚠️
# 📦 Requirments
- [Node.js v18 or higher](https://nodejs.org/en/)
## How to use
1. Type in the terminal:
```bash
# install dependencies
$ npm install
```2. copy over the `.env-example` to `.env` and fill in the values
3. fill in the values in `template.json`
4. in `main.ts` for the function `createActions` adjust line 34 to your keys in the `template.json`
than go to `immutable_data` in that same function and add the values you want5. run the script with
```bash
$ npm run start
```