A fullstack implementation of the L1M2 (payment on L1, minting on L2) minting flow for Immutable X, by 0xNoah with ❤️.
Contact me on discord (0xNoah#5708) or by email (contact@jelich.cc) for partnership and support
Run yarn
to install dependencies, then setup the .env.local
file based on the schema described in .env.example
-
Start the local dev server with
yarn dev
-
Process queued up mints with
yarn mint
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.