A Libra Cryptocurrency Micropayment Chrome Extension developed with the aim of creating a simple UX that allows readers to bypass paywalls without a paid subscription or access free articles without ads via Libra micropayments.
- Motivation
- What is Libra?
- Login Credentials
- Live Demo
- Dependencies
- Requirements
- Installation
- Running Customer-Client Locally
- Tests
- Contributors
Libra is a permissioned blockchain digital currency proposed by the American social media company Facebook. The project, currency and transactions are to be managed and cryptographically entrusted to the Libra Association, a membership organization founded by Facebook's subsidiary Calibra and 27 others across payment, technology, telecommunication, online marketplace, venture capital and nonprofits. The currency and network do not yet exist, and only rudimentary experimental code has been released. The launch is planned to be in 2020.
Step 1: Clone Repo
git clone https://github.com/briantam23/sebra-chrome-extension.git` # or clone your own fork
Step 2: Change Directory to customer-client
cd client/customer-client
Step 3: Install node_modules
npm install # or yarn install
- Make sure you're in the
customer-client
directory. - Run
npm run build
to put everything required into build folder, then launchchrome://extensions/
in Google Chrome. - On the upper-right hand side of the window, make sure developer mode is on.
- Click “Load unpacked” and open the “build” folder in this project, it should contain
index.html
,manifest.json
, different sizes of logos, and bundled JavaScript files. - If you have already published a version in production and you are testing a newer version, you should also disable the production version.
- To update the extension, run
npm build again
, and click the “Refresh” button.