Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gochain web3 service WIP1 #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
dist
node_modules/
.idea/
24 changes: 24 additions & 0 deletions dist/gochain-ng-web3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# GochainNgWeb3

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.0.

## Code scaffolding

Run `ng generate component component-name --project gochain-ng-web3` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project gochain-ng-web3`.
> Note: Don't forget to add `--project gochain-ng-web3` or else it will be added to the default project in your `angular.json` file.

## Build

Run `ng build gochain-ng-web3` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing

After building your library with `ng build gochain-ng-web3`, go to the dist folder `cd dist/gochain-ng-web3` and run `npm publish`.

## Running unit tests

Run `ng test gochain-ng-web3` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
Loading