All Projects → likecoin → likecoin-wordpress

likecoin / likecoin-wordpress

Licence: GPL-3.0 license
The WordPress plugin to integrate LikeCoin - Decentralized Publishing Infrastructure.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to likecoin-wordpress

.com
Digital garden built using Next13, Typescript, and a bunch of goodies
Stars: ✭ 186 (+878.95%)
Mutual labels:  ipfs, arweave
puttyimages-web
Website for images adopted Like protocol.
Stars: ✭ 17 (-10.53%)
Mutual labels:  likecoin, likechain
denarius
Denarius [$D] is a PoW/PoS Hybrid Cryptocurrency with Tribus a new PoW Hashing Algo built specifically for D, one of a kind hybrid masternodes called Fortuna Stakes, atomic swaps, staking, mining, IPFS, optional Native Tor and I2P, and much more!
Stars: ✭ 105 (+452.63%)
Mutual labels:  ipfs
drive
Fission Drive 🗄
Stars: ✭ 21 (+10.53%)
Mutual labels:  ipfs
good-karma-kit
😇 A Docker Compose bundle to run on servers with spare CPU, RAM, disk, and bandwidth to help the world. Includes Tor, ArchiveWarrior, BOINC, and more...
Stars: ✭ 238 (+1152.63%)
Mutual labels:  ipfs
deplayer
Decentralized mediaplayer which runs entirely in the browser.
Stars: ✭ 14 (-26.32%)
Mutual labels:  ipfs
code-embed
🧩WordPress plugin to make embedding of code in posts really, really easy
Stars: ✭ 20 (+5.26%)
Mutual labels:  wordpress-plugin
ipfs-chat
Real-time P2P messenger using go-ipfs pubsub. TUI. End-to-end encrypted texting & file-sharing. NAT traversal.
Stars: ✭ 84 (+342.11%)
Mutual labels:  ipfs
wordpress-plugin
IMPress for IDX Broker
Stars: ✭ 20 (+5.26%)
Mutual labels:  wordpress-plugin
memberful-wp
Better membership software for WordPress.
Stars: ✭ 37 (+94.74%)
Mutual labels:  wordpress-plugin
wordpress-geo-mashup
Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
Stars: ✭ 60 (+215.79%)
Mutual labels:  wordpress-plugin
demo-ipfs-id-qr-codes
Generates a QR Code of your IPNS URL and Public Key
Stars: ✭ 21 (+10.53%)
Mutual labels:  ipfs
typescript-eth-starter
🔌 Ethereum Dapp Basic Typescript Starter
Stars: ✭ 125 (+557.89%)
Mutual labels:  ipfs
zionbuilder
Revolutionary WordPress page builder
Stars: ✭ 42 (+121.05%)
Mutual labels:  wordpress-plugin
ipfs-haskell
IPFS wrapper for Haskell
Stars: ✭ 37 (+94.74%)
Mutual labels:  ipfs
wp-quicklink
The WordPress plugin for quicklink. ⚡️ Faster subsequent page-loads by prefetching in-viewport links during idle time.
Stars: ✭ 61 (+221.05%)
Mutual labels:  wordpress-plugin
glosseta
Glosseta is an open-source glossary meant to help people explore and learn the terminology behind web3
Stars: ✭ 23 (+21.05%)
Mutual labels:  arweave
tevere
🏞 Decentralized DB over IPFS
Stars: ✭ 57 (+200%)
Mutual labels:  ipfs
affilicious
Affilicious, the Wordpress WooCommerce for affiliates. Use products. shops, price comparisons, details and more for free.
Stars: ✭ 17 (-10.53%)
Mutual labels:  wordpress-plugin
wp-webauthn
🔒 WP-WebAuthn allows you to safely login to your WordPress site without password.
Stars: ✭ 85 (+347.37%)
Mutual labels:  wordpress-plugin

LikeCoin WordPress Plugin

WordPress plugin downloads WordPress plugin rating WordPress plugin version WordPress version tested CircleCI Greenkeeper badge

Integrates Liker ID functionality into your own WordPress site.

Development Setup

The suggested way of development environment is docker based. This guide will assume you have Docker Community Edition 18+ installed. Please download at https://store.docker.com and follow the installation instruction.

# Build the docker images, run it for the first time or you have dependency updates
docker-compose build

# Run the dev env
docker-compose up

Test

TODO: we are running these command in host, should switch to docker-based test command

Run PHP sniffer for PHP lint

# Install composer if not exists
# brew install composer

# Install dependencies
composer install

# Install WordPress PHP Coding standard
cd vendors
git clone -b master https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git ./wpcs
./bin/phpcs --config-set installed_paths `pwd`/wpcs
cd ..

# Run phpcs
./vendor/bin/phpcs likecoin --standard=WordPress --extensions=php

# or, run phpcbf for autofix
./vendor/bin/phpcbf likecoin --standard=WordPress --extensions=php

Run Eslint for javascript lint

# Install nodejs dependencies
npm install

# run eslint
npm run test

Production

Javascript files need to be transpile using rollup

# Install nodejs dependencies
# npm install

# Run babel and rollup
npm run build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].