ajsarun / wallet-iOS

An iOS wallet for Blockcerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wallet

Build Status

Blockcerts mobile app for iOS to receive and share certificates that are verifiable via the blockchain.

Blockcerts Libraries

Cert-verifier-js

  • Javascript library for verifying Blockcerts Certificates

Updating cert-verifier-js to a new version

Pull down the cvjs repository:

https://github.com/blockchain-certificates/cert-verifier-js.git && cd cert-verifier-js

CVJS requires an npm token, so create one on npm

export NPM_TOKEN={insert token here}

Install

npm install

Generate build

npm run-script build

Copy content of /dist/verifier-iife.js

Paste in this wallet-iOS project at this location: wallet-iOS/wallet/Verification/verifier.js

Contact

Contact us at the Blockcerts community forum.

About

An iOS wallet for Blockcerts

License:MIT License


Languages

Language:Swift 98.2%Language:Python 0.8%Language:HTML 0.7%Language:Ruby 0.1%Language:Objective-C 0.1%Language:Shell 0.0%