inkathon

Full-Stack DApp Boilerplate for Substrate and ink! Smart Contracts

GPL-3.0 License

Stars
218
Committers
7

Bot releases are visible (Hide)

inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Minor Changes

  • cda19ae Thanks @wottpal! - Vastly reduce boilerplate for JS/TS script initialization of Polkadot.js. You no longer need to read and parse dotenv environment variables in every script.
inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Minor Changes

  • c2cfbe4 Thanks @wottpal! - Ensure & document Windows, Ubuntu, and macOS compatibility. 🌈

Patch Changes

inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Minor Changes

  • c2cfbe4 Thanks @wottpal! - Ensure & document Windows, Ubuntu, and macOS compatibility. 🌈
inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

  • 4bda28d Thanks @wottpal! - Further cross-platform script improvements (i.e. regarding the touch command).
inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

  • 2b9bc68 Thanks @wottpal! - Make cp/copy command work cross-platform (i.e. on Windows) for postinstall and build-all scripts.
inkathon - @inkathon/[email protected]

Published by scio-labs-bot 12 months ago

Patch Changes

  • 1556c0f Thanks @wottpal! - Fix @polkadot/* package warnings about cjs/esm duplications.
inkathon - @inkathon/[email protected]

Published by scio-labs-bot about 1 year ago

Minor Changes

  • #30 1839164 Thanks @wottpal! - Move frontend and contracts packages to the root level

  • #30 7a41afe Thanks @wottpal! - Add contributor guidelines at CONTRIBUTING.md.

  • #30 3598618 Thanks @wottpal! - Major README.md overhaul & improvements

  • #30 1839164 Thanks @wottpal! - Switch from husky to simple-git-hooks pre-commit hooks

  • #30 07d8381 Thanks @wottpal! - Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol.

  • #30 1839164 Thanks @wottpal! - Auto-create .env.local files upon first package install if non-existent

  • #30 1839164 Thanks @wottpal! - Setup changeset integration for version, release, and changelog management.

  • #30 bda4108 Thanks @wottpal! - Change @… local import path shortcut to @/… (create-next-app default).

Patch Changes

inkathon - @inkathon/[email protected]

Published by scio-labs-bot about 1 year ago

Minor Changes

  • #30 cf04f67 Thanks @wottpal! - Add contract/scripts/script.template.ts template script and simplify script initialization in general.

  • #30 1839164 Thanks @wottpal! - Move frontend and contracts packages to the root level

  • #30 1839164 Thanks @wottpal! - Auto-detect available contracts in build & test shell scripts

  • #30 7a41afe Thanks @wottpal! - Add contributor guidelines at CONTRIBUTING.md.

  • #30 1839164 Thanks @wottpal! - Add pnpm/npm shorthand script for JS/TS script execution (i.e. pnpm run script deploy)

  • #30 3598618 Thanks @wottpal! - Major README.md overhaul & improvements

  • #30 1839164 Thanks @wottpal! - Switch from husky to simple-git-hooks pre-commit hooks

  • #30 07d8381 Thanks @wottpal! - Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol.

  • #30 1839164 Thanks @wottpal! - Move ink! contract files under contracts/src/

  • #30 1839164 Thanks @wottpal! - Setup changeset integration for version, release, and changelog management.