https://github.com/thephez/platform-tutorial-testing
Tests for Dash Platform tutorials
https://github.com/thephez/platform-tutorial-testing
Last synced: 3 months ago
JSON representation
Tests for Dash Platform tutorials
- Host: GitHub
- URL: https://github.com/thephez/platform-tutorial-testing
- Owner: thephez
- License: mit
- Created: 2021-01-27T17:37:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:00:26.000Z (7 months ago)
- Last Synced: 2024-10-24T08:49:52.935Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 770 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Platform Tutorial Testing
Repository for testing [docs.dash.org](https://docs.dash.org/projects/platform/en/stable/docs/tutorials/introduction.html) JavaScript tutorials.
[](https://github.com/thephez/readme-tutorial-testing/blob/main/package.json)
[](https://github.com/thephez/readme-tutorial-testing/actions?query=workflow%3A%22Node.js+CI%22)## Install
```
npm install
```## Usage
Create an `.env` file that sets `WALLET_MNEMONIC` to a valid wallet mnemonic that you will fund,
`NETWORK` to a network type (mainnet, testnet, or local), and `SYNC_START_HEIGHT` to the height at
which to begin the wallet sync process. See [.env.example](./.env.example) for an example `.env`
file.Once the wallet has been funded, run the following command:
``` shell
npm run test
```## Contributing
PRs accepted.
## License
MIT © thephez