This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from klaytn/release/v1.6.6
[Master] release/v1.6.6 QA Sign-off
- Loading branch information
Showing
60 changed files
with
48,169 additions
and
12,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,8 @@ If you are already using a different version of the node(for example, node v15), | |
|
||
## Installation | ||
|
||
### Node | ||
|
||
To try it out, install caver-js with npm like following command: | ||
|
||
``` | ||
|
@@ -57,6 +59,24 @@ To install a specific version of caver-js, try the following command: | |
$ npm install [email protected] | ||
``` | ||
|
||
### In the Browser | ||
|
||
Build using the caver-js repository: | ||
|
||
``` | ||
$ npm run build | ||
``` | ||
|
||
Then include `dist/caver.min.js` in your html file. This will expose Caver on the window object. | ||
|
||
Or via CDN: | ||
|
||
``` | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/caver-js/x.x.x/caver.min.js"></script> | ||
``` | ||
|
||
The caver-js provided by cdnjs can be found at [this link](https://cdnjs.com/libraries/caver-js). | ||
|
||
## Getting Started | ||
|
||
If you want to run your own EN (Endpoint Node), see [EN Operation Guide](https://docs.klaytn.com/node/endpoint-node) to set up. You can connect EN like below: | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.