Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dancespiele/showpolk
https://github.com/dancespiele/showpolk
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dancespiele/showpolk
- Owner: dancespiele
- License: mit
- Created: 2020-10-20T16:10:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-20T16:18:52.000Z (about 4 years ago)
- Last Synced: 2024-10-10T05:35:22.590Z (28 days ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [BEGINNER CHALLENGES] Back-End Javascript (Polkadot)
## Requirements to execute showpolk.js
* nodejs
## Requirements to execute showpolk.ts
* nodejs
* typescript
* ts-node## Install dependencies
`npm install`
## How get the last block information
`./showpolk.js` or `./showpolk.ts`
In windows you need to execute with node `node showpolk.js` or ts-node `ts-node showpolk.ts`
## Options
To see all the options execute this:
`./showpolk.js --help` or `./showpolk.ts --help`