Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ilblackdragon committed Aug 16, 2019
2 parents d7047f1 + 481cba5 commit a46c3e5
Show file tree
Hide file tree
Showing 55 changed files with 585 additions and 5,398 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Near lib
# nearlib

Near lib is a javascript library for development of dapps on near.
nearlib is a JavaScript/TypeScript library for development of DApps on NEAR platform.

## Install dependencies

Expand All @@ -10,7 +10,7 @@ yarn

## Development

You can run continues build with next command:
You can run continuos build with next command:
```
yarn build -- -w
```
Expand All @@ -23,6 +23,8 @@ Prepare `dist` version by running:
yarn dist
```

When publishing to npm use [np](https://github.com/sindresorhus/np).

## Integration Test

Start the node by following instructions from nearcore/README.md, then
Expand Down
326 changes: 307 additions & 19 deletions dist/nearlib.js

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions dist/nearlib.min.js

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions docs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions docs/classes/_account_.account.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/classes/_account_creator_.accountcreator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/classes/_account_creator_.localaccountcreator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/classes/_account_creator_.urlaccountcreator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/classes/_connection_.connection.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/classes/_contract_.contract.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a46c3e5

Please sign in to comment.