An open API service indexing awesome lists of open source software.

https://github.com/deadblackclover/we-scripts

Various scripts for working with Waves Enterprise
https://github.com/deadblackclover/we-scripts

babashka scripts waves-enterprise

Last synced: 6 months ago
JSON representation

Various scripts for working with Waves Enterprise

Awesome Lists containing this project

README

          

# we-scripts

Various scripts for working with Waves Enterprise

## Run

### Getting information about current height on Mainnet nodes (Fork check)

```sh
bb fork-check-mainnet.clj
```

### Getting approximate range of blocks by timestamp
```sh
bb get-block-by-time.clj -u https://voting-node-0.we.vote -t 1719532885100
```

### Getting information about block range
```sh
bb get-blocks-headers-seq.clj -u https://voting-node-0.we.vote -f 1 -t 1000
```

### Getting information about policy owners

```sh
bb privacy-owners.clj -u https://voting-node-0.we.vote -p DP5MggKC8GJuLZshCVNSYwBtE6WTRtMM1YPPdcmwbuNg
```

### RIDE Compiler on node

```sh
bb ride-compiler.clj -u https://voting-node-0.we.vote -p simple.ride
```