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: 8 months ago
JSON representation
Script automating the process to build the running app and verify the proof for a given pTokens bridge.
- Host: GitHub
- URL: https://github.com/provable-things/ptokens-verifier
- Owner: provable-things
- License: mit
- Created: 2020-11-24T17:30:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T21:45:43.000Z (about 4 years ago)
- Last Synced: 2025-06-11T02:04:16.700Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.84 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```