开发者 |
ethereumicoio
freemius |
---|---|
更新时间 | 2024年9月10日 00:36 |
捐献地址: | 去捐款 |
PHP版本: | 7.2.5 及以上 |
WordPress版本: | 6.6.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Binance Smart Chain (BSC), Polygon and any other EVM-compatible blockchain is supported in the PRO version!https://youtu.be/IeWfp28eATM
It is a valuable addition for the Cryptocurrency Product for WooCommerce plugin.Using these two plugins your non-techie customers can register to obtain an Ethereum account address and then buy your NFT or ERC20 tokens to be sent to this new address.
The supported EthPress NFT Access Add-On can be used to control access for WooCommerce products, simple pages and posts.
Make sure that System Requirements are met on your hosting provider. This provider is tested for compliance: Cloudwayshttps://youtu.be/mpvS3ZFMxTc
[ethereum-wallet-sendform]
, [ethereum-wallet-balance]
and other shortcodes wherever you need it.[ethereum-wallet-accounts-table]
shortcode, change the Permalink Settings
to anything other than the default value.Use this guide to install and configure the WordPress Ethereum WalletConnect plugin: Install and Configure.
Follow this video guide please: https://youtu.be/LQ9k-dwpYyA
Follow this video guide please: https://youtu.be/jB_JBlLGA6Q
Follow this video guide please: https://youtu.be/LMCxgOvMOUA
Follow this video guide please: https://youtu.be/mpvS3ZFMxTc
Follow this video guide please: https://youtu.be/CgQiThz8hKE
See details on the Binance Smart Chain (BSC) Config page please.
Follow this video guide please: https://youtu.be/xe-WCxyVCGM
See details on the Binance Smart Chain (BSC) Config page please.
Follow this video guide please: https://youtu.be/5NDmvTO2we0
See details on the Polygon Wallet WordPress Plugin Configuration page please.
Follow this video guide please: https://youtu.be/q91RUlPOkfw
See details on the Polygon Wallet WordPress Plugin Configuration page please.
Got a message "WordPress Ethereum Wallet requires GMP module to be installed."?
Contact your hosting provider support. This provider is tested for compliance: Cloudways
On a *nix dedicated server use command similar to this one:
sudo apt-get install php-bcmath php-gmp php-mbstring service apache2 restart
For AWS bitnami AMI restart apache2 with this command:
sudo /opt/bitnami/ctlscript.sh restart apache
Possible shortcodes configuration: ` [ethereum-wallet-nft columns="3" rows="2"] [ethereum-wallet-account] [ethereum-wallet-balance displayfiat="1" tokeniconpath="https://example.com/icons/ETH.png"] [ethereum-wallet-balance tokensymbol="TSX" tokenname="Test Coin" tokenaddress="0x6Fe928d427b0E339DB6FF1c7a852dc31b651bD3a" tokenwooproduct="123" tokeniconpath="https://example.com/icons/BTC.png"] [ethereum-wallet-sendform] [ethereum-wallet-history] [ethereum-wallet-account-management-select] [ethereum-wallet-account-management-create] [ethereum-wallet-account-management-import] [ethereum-wallet-account-management-export] `
Register for an infura.io API key and put it in admin settings. Use this Get infura API Key Guide if unsure.
Blockchain
setting to Ethereum Görli Testnet
0xb4354f51b51ab69d7415d54108dd2f68223c3239
TSX token by sending some Görli Ether amount to it's Crowdsale contract: 0x448276ac3c99620f02cc2ac60964aca44b20929a
[ethereum-wallet-account]
shortcode to display it[ethereum-wallet-sendform]
shortcode to render the send form on a page.Blockchain
setting to Ethereum Sepolia Testnet
[ethereum-wallet-account]
shortcode to display it[ethereum-wallet-sendform]
shortcode to render the send form on a page.tokeniconpath
attributeethprice_api_url
setting fixweb3.js
version updatedusedefaultexternalurl
attribute is added to the [ethereum-wallet-nft]
shortcode. If set to 1
, the default blockchain external URL like opensea.io
will be used instead of the one for the JSON metadata.sepolia
testnet support is addedwoocommerce/action-scheduler
update to the 3.5.1woocommerce/action-scheduler
update to the 3.4.2 version as used in the WC 6.9.1 versiontokens
attribute of the ethereum-wallet-nft
shortcode.metaaccount
attribute added to the ethereum-wallet-nft
shortcode. Add the metaaccount="ethpress"
attribute to display NFT tokens for the address connected with the EthPress plugin instead of the current user account address. Any user_meta
key can be used here.tokens
attribute added to the ethereum-wallet-nft
shortcode. Only tokens specified here will be shown.external_url
is not setethereum-wallet-sendform
shortcode can be configured with tokendecimals
, tokendecimalchar
and tokeniconheight
attributes, like [ethereum-wallet-sendform tokendecimals="4", tokendecimalchar="," tokeniconheight="54px"]