Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/provable-things/ptokens-verifier
- Owner: provable-things
- License: mit
- Created: 2020-11-24T17:30:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T21:45:43.000Z (almost 3 years ago)
- Last Synced: 2023-03-04T01:29:32.695Z (almost 2 years 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
```