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
- Customer-Client Installation
- Running Customer-Client Locally
- Business-Client Installation
- Running Business-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 forkStep 2: Change Directory to customer-client
cd client/customer-clientStep 3: Install node_modules
npm install # or yarn install- Make sure you're in the
customer-clientdirectory. - Run
npm run buildto 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.
Step 1: Clone Repo (if you haven't done so already)
git clone https://github.com/briantam23/sebra-chrome-extension.git` # or clone your own forkStep 2: Change Directory to business-client
cd client/business-clientStep 3: Install node_modules
npm install # or yarn install- Make sure you're in the
business-clientdirectory. npm run startto run the app in the development mode.- Open http://localhost:3000 to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.

