1.1.12 • Published 11 months ago

@scobru/scaffold-eth-nx v1.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Scaffold-Eth NX plugin

Description

The Scaffold-Eth NX plugin allows you to easily integrate an instance of Scaffold-eth into your NX monorepo. Scaffold-eth is a framework for developing decentralized applications (dApps) on Ethereum, providing a set of tools and templates to accelerate the development process.

Installation

In your NX root dir run:

npm install @scobru/scaffold-eth-nx

Usage

In your NX root dir run:

  1. Generate scaffold-eth packages
nx generate  @scobru/scaffold-eth-nx:scaffold-eth
  1. Install scaffold-eth running:
yarn install-{yourAppName}
  1. Run Hardhat Chain:
nx run yourAppName:chain
  1. Run Hardhat Deploy:
nx run yourAppName:deploy
  1. Start NextJS App:
nx run yourAppName:start
1.1.12

11 months ago

1.1.11

11 months ago

1.1.10

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.4-e2e

11 months ago

1.1.0

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago