Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ducksquaddd committed Jul 1, 2024
1 parent 69ec5e8 commit a05c196
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Highlayer Starter Contract

## Installing

NPM:
`npm i -g highlayer-cli`

## Init Contract

This command will start your contract template with some test interactions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "highlayer-cli",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/api.js",
"license": "MIT",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions src/templates/bare/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Highlayer Starter Contract

Be sure you run `npm i` in your package, aswell as `npm link highlayer-cli`

## Build Contract

The command below will automatically build everything in the src/ dir
Expand Down
2 changes: 2 additions & 0 deletions src/templates/token/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Highlayer Starter Contract

Be sure you run `npm i` in your package, aswell as `npm link highlayer-cli`

## Build Contract

The command below will automatically build everything in the src/ dir
Expand Down

0 comments on commit a05c196

Please sign in to comment.