carte7000 / angular-web3

angular-cli schematics and builders to help dapps development with Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

This repository contains a set of tools to help you create and manage angular based dApp

Use in an existing project

run npm install @angular-web3/schematics@latest --save inside your current angular project

then run ng g @angular-web3/schematics:contracts-lib <your-lib-name-here>

You know have a new angular library project to contains your smart contract

you can run ng g @angular-web3/schematics:contract <your-contract-name-here> to generate a new smart contract

simply run ng build <your-lib-name-here> to obtains typescript binding class to your smart contracts

About

angular-cli schematics and builders to help dapps development with Angular


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%