drewpayment / deadchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deadchain

Learning how to write web applications that integrate Ethereum blockchain smart contracts, how to write Ethereum smart contracts, and how to mint my own ERC20 currency.


Overview

Tutorial for Ethereum integration explanations from DevTo.

🔎 Powerful, Extensible Dev Tools

Run ng build my-app to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test my-app to execute the unit tests via Jest.

Run nx affected:test to execute the unit tests affected by a change.

Running end-to-end tests

Run ng e2e my-app to execute the end-to-end tests via Cypress.

Run nx affected:e2e to execute the end-to-end tests affected by a change.

Understand your workspace

Run nx dep-graph to see a diagram of the dependencies of your projects.

Further help

Visit the Nx Documentation to learn more.

About


Languages

Language:TypeScript 50.0%Language:JavaScript 22.9%Language:SCSS 9.9%Language:Solidity 9.8%Language:HTML 7.4%