CardanoPress – Cardano Blockchain Integration for WordPress

Açıklama

CardanoPress does the heavy lifting and integration to the Cardano blockchain using the Blockfrost API, allowing you to interact with the blockchain via your favourite Web3 wallet.

We’ve done all the technical and hard work so you as a builder can integrate Cardano quickly and easily. Use our Bootstrap starter and child theme or use your favourite page builder such as Divi, WPBakery or Elementor with shortcodes.

We are supporting various wallets including:

  • Nami
  • Eternl
  • Typhon
  • GeroWallet
  • Flint
  • Yoroi (to a point)
  • NuFi
  • Cardwallet

The plugin is created by the team at PB Web Development.

Example Use Cases

There are many use cases that we have covered for projects that may wish to use the plugin from small DApp developers, NFT projects, stake pool operators and Initial Stake Pool Offering (ISPO) projects.

  • Members only content. Projects looking to provide access control to pay walled content based on delegation of a wallet, tokens or NFTs that are within a users wallet. E.g, if user has an NFT from a collection with policy ID x, then assign the user permissions to access private content.
  • Stake pool operators that want to build a quick and simple way to delegate to their stake pools.
  • Initial Stake Pool Offerings needing a delegation point and dashboard for rewards.
  • NFT projects looking for a spam controlled minting page.
  • Single sign on with using a wallet instead of using a username and password across WordPress websites

Video: Installation and first steps

Video: Interview with Timmy from Cardano Ecosystem News

Follow Us

Follow us on Twitter
View all of our repos on GitHub
View all of our documentation and resources on our website

Get Support

We have community support available on our website under the CardanoPress forums. We also have an online chat support via our Discord server. We encourage you to use the forums first though as it will help others that read through the forums for support.

Privacy

This plugin does not collect or process any personal user data unless you expressively opt-in.

Ekran Görüntüleri

  • CardanoPress configuration screen
  • NFT Configuration
  • Example wallet connector

Yükleme

This plugin requires your own standalone WordPress installation and access to the web server to add a line of code to your htaccess file.

  1. Installing the plugin

Find the plugin in the list at the backend and click to install it. Or, upload the ZIP file through the admin backend. Or, upload the unzipped tag-groups folder to the /wp-content/plugins/ directory.

  1. Activate the plugin

Navigate to Plugins from the WordPress admin area and activate the CardanoPress plugin.

The plugin will create the base pages for all that you need.

  1. Sign up for a Blockfrost

CardanoPress is dependent on the Blockfrost API to communicate to the Cardano blockchain. You can get an API key for free at Blockfrost API.

Obtain your key and paste it into the configuration screen of CardanoPress.

  1. Allow WASM file type to be executed from your server

You will also need to allow for the WASM MIME type to be loaded on your server. This is the file that will load the integration between the wallets and the website. Without this file access enabled, the ‘connect to wallet’ and other blockchain interactions will not work.

Open your .htaccess file from your server and add this line of code to the top of the file.

AddType application/wasm .wasm

This will add the MIME type WASM and allow the loading of the Cardano Serialisation Library on your website.

This may vary from server to server as not all use htaccess files or allow modifications to it.

Once you’ve done this, you will be able to connect your WordPress website to the Cardano blockchain.

For more detailed documentation and tutorials on how to use the plugin, please visit the CardanoPress documentation website.

SSS

Can I Run This on My WordPress.com Website?

No you can not. You need full access to your web server to be able to allow for the WASM file type to load. Without this access you will not be able to run the plugin.

Can I Get Paid Support?

Yes you can, we offer subscription to support for our plugins and consultation to help get your project started and to a professional level.

Where Can I See Other Projects That Are Using CardanoPress?

If you visit our main website, CardanoPress.io, there will be a section dedicated to all the websites and projects that have built using CardanoPress.

Can I customise the look and feel of the plugin?

Yes, we’ve built the plugin and sub plugins with hooks and template layouts that can over overridden in a child theme. We’ve followed the same methods as WooCommerce where you simply need to copy the template files into your child theme to start overriding the layouts.

We’ve also taking into account page builders and created short codes for all the template parts of the theme. This will allow builders such as Divi, Elementor, WPBakery to be used with CardanoPress.

İncelemeler

28 Ekim 2023
This is a great plugin providing immediate Web3 functionality and a gateway into the Cardano community of Web3 enthusiasts and builders. I've used the plugin on Student Reader.io and now we are going even deeper with our integration of Cardano with the DAOGEN.ai website. Thanks for the plugin and hard work CardanoPress team, this is an awesome resource!
27 Nisan 2023
CardanoPress is moving WordPress into the world of Web 3. It opens many possibilities to use Cardano for community building, customer rewards, and more. Very impressed with the planning and regular, continuing development. Very friendly and helpful support too!
25 Nisan 2023
Honestly impressed with the work you guys have done with cardanopress. Makes life so much easier for web3 intergration. The fact you can take an old website or new site and almost immediately intergrate wallets is a great achievement by the team. Also the templates are great and do all the work for you.
21 Nisan 2023
I was looking for a way to provide holders of my nfts some utility and with this plugin i was able to easily integrate my wordpress website. Now my holders can connect and log-in using their wallets and access private content for holders only. Easy to install, set up and customize! Looking forward to future developments!
13 incelemeyi oku

Katkıda Bulunanlar ve Geliştiriciler

“CardanoPress – Cardano Blockchain Integration for WordPress” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

You can follow our GitHub release for full details on updates to the plugins.

1.9.0

  • Made AlpineJS script as external requirement (CDN)
    • registered with handle cardanopress-alpinejs
  • Adjusted dependency loading to skip on no wasm
  • Print all possible issues in browser console
  • A much lighter build; lazy-loaded modules

1.8.1

  • Update selectable roles
    • exclude the administrator in every list
    • customizable via filter cardanopress_selectable_roles

1.8.0

  • Add a new field for managed roles (selected roles will be removed every wallet connect)

1.7.0

  • Adjusted payment component shortcode to support custom address
  • Add shortcode for showing a wallet balance cardanopress_wallet_balance
  • Minor code fixes to return types and values (explicitly defined and filtered)

1.6.0

  • Fix PHP warning introduced in 2fceb32
  • Handle CIP68 asset packed name
  • Prevent infinite loop on misconfigured pages
  • New filter for asset collection cardanopress_collection_asset

1.5.0

  • add a template if shortcode cardanopress_template_if
  • log helpful wallet action errors during AJAX requests customizable and translate-ready cardanopress_error_messages
  • improve getting pool details on settings save with fallback on the first settings page load
  • include the extended pool metadata in saved details
  • helper method to check already delegated account
  • always check the request origin; even if logged in

1.4.0

  • Better handling of classic themes that do not support the wp_body_open hook
  • Temporarily render blank the shipped templates on block themes
  • Check the server for wasm mime type support
  • Warn on the incompatible themes and server setup stated
    • Print readable notice on the admin dashboard
    • Dump issue message on console and logs
  • Expose a JS method to force refresh the status of all supported wallets

1.3.0

  • fixed compatibility issue with some plugins Psr\Log\LoggerInterface
  • Added Lace Wallet support

1.2.1

  • Hot fix for 1.2.0 deploy

1.2.0

  • An updated framework with prefixed dependencies
  • Persist notice review dismissal; also increased timeout
  • Customizable sanitization messages and made translatable
  • Added “the_content” function to the default page templates

1.1.0

Update for new testnet; preview and preprod
Hint as a translation-ready plugin
Add info notice for a review

1.0.0

First stable release (exact same version as 0.40.1)

0.40.1

Fix payment amount

0.40.0

Correctly escape all variables
Update all dependencies

0.39.0

Sanitize $_POST variables
Escape template outputs

0.38.0

Recommend plugins to install:
User Role Editor
User Access Manager

0.37.0

Correct counted asset unit quantity
Bump version for the GuzzleHTTP

0.36.1

Handle edge cases where the user sets a Policy ID but misses to select an Additional Role to assign under the Asset Access settings box

0.36.0

Support for Cardwallet and NuFi
Fix the display of calculated payment total
Showing the wallet balance is now an opt-in action

0.35.1

Security update patch for guzzle 7.4.4
GHSA-f2wf-25xc-69c9

0.35.0

Helpful field descriptions in the Settings
Handy component-level shortcodes
cardanopress_component_cardanopress
cardanopress_component_pooldelegation
cardanopress_component_paymentform
cardanopress_component_splitform

0.34.0

Fully optional reCaptcha in the payments
Copy value to clipboard notification
Serve production built assets

0.33.0

Expose Blockfrost API endpoint for getting pool information
Clear off the favorited handle if no longer in the wallet

0.32.0

Dynamically list the pages under the menu dropdown with their custom titles
One more hook for the currently read asset cardanopress_associated_asset
Minor code fixes and optimizations

0.31.0

General code improvements

0.30.0

Customizable notification messages and translation ready; via filter hooks
— cardanopress_ajax_messages
— cardanopress_script_messages

0.29.0

Optimize asset checks; less Blockfrost request
Secure WP accounts creation from wallets; hashed passwords
Provide action hooks during login
— cardanopress_wallet_status_checks
— cardanopress_associated_assets
— cardanopress_account_history

0.28.0

Nag a notice for missing Blockfrost API Token
Support ADA Handle https://adahandle.com/

0.27.0

Tie WP user to stake address
Load back the extra scripts normally
Skip nonce check for non-authenticated actions
Move shared logs to /cardanopress-logs

0.26.0

Update scripts loading order
Handle an array image metadata field
Add the settings link in the plugin action row

0.25.0

Better error handling; mainly due to incomplete plugin setup
Blockfrost API key: The connect action not working properly
Payment address: The payment page does not fully load
Default network to mainnet; API key field now required to set
Pretty print notices instead of random JS error strings

0.24.0

Bug fixes and improvements (also testing discord integration).