Skip to content

Commit

Permalink
Removed a few more things
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Aug 29, 2023
1 parent cb7f67c commit 719448e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3,178 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ publish: | distclean node_modules
docs: build/docs
@open build/docs/index.html

.PHONY: generate
generate: lib
node -r esm scripts/codegen-cli.js $(contract)

build/docs: $(SRC_FILES) node_modules
@${BIN}/typedoc --out build/docs \
--excludeInternal --excludePrivate --excludeProtected \
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Features:
- Create action data by accessing actions directly through the `.action` method of a `Contract`
- Retrieve Ricardian Contracts for specific actions through the `.ricardian` method of a `Contract`
- Cache and optimize ABI call patterns automatically in your application.
- Generate frontend code based on a smart contracts ABI.

## Installation

Expand Down
55 changes: 0 additions & 55 deletions scripts/codegen-cli.js

This file was deleted.

Loading

0 comments on commit 719448e

Please sign in to comment.