PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/casper-js-sdk
Просмотр файла: README.md
# CasperLabs SDK for JavaScript
## Installation
If you start new project it's recommended to use `2.x` version which contains some breaking changes (the `1.x` will stop being supported in a few months).
```bash
# Basic Node.JS installation
npm install casper-js-sdk@next --save
```
To use the legacy version run
```bash
# Basic Node.JS installation
npm install casper-js-sdk --save
```
## Documentation
Documentation generated from code for [`2.x`](https://casper-ecosystem.github.io/casper-js-sdk/next) and [`1.x`](https://casper-ecosystem.github.io/casper-js-sdk/latest/).
## Tests
```
npm run test
```
## Examples
Basic examples of library usage are stored inside `/test` directory.
Выполнить команду
Для локальной разработки. Не используйте в интернете!