Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/provable-things/ptokens-verifier

Script automating the process to build the running app and verify the proof for a given pTokens bridge.
https://github.com/provable-things/ptokens-verifier

Last synced: about 14 hours ago
JSON representation

Script automating the process to build the running app and verify the proof for a given pTokens bridge.

Awesome Lists containing this project

README

        

# pTokens Verifier

## Requirements

* jq (`apt-get install jq`)
* git (`apt-get install git`)
* [Docker CE (v19)](https://docs.docker.com/get-docker)
* Ensure you have at least **12 GB of free disk space**

**Note:** you must configure docker to run without `sudo`, please follow the instructions [here](https://docs.docker.com/engine/install/linux-postinstall/).

## One liner

```bash
./bridge-verifier https://pbtconeos-node-1a.ngrok.io/pbtc-on-eos
```