开发者 |
ethereumicoio
freemius |
---|---|
更新时间 | 2023年7月8日 14:44 |
捐献地址: | 去捐款 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 6.2.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
It is the best WP plugin available to sell your Ethereum ERC20 ICO tokens directly from your WordPress site.https://youtu.be/hx8f-MLBQf0 Any EVM compatible blockchain like Binance Smart Chain (BSC) or Polygon (MATIC) can be used.
[ethereum-ico]
and other shortcodes wherever you need it.
Read this step by step guide for more information: Install and Configure
Detailed configuration settings description can be found in this guide: Configuration Settings.
Binance Smart Chain (BSC), Polygon (MATIC) and any other EVM-compatible blockchain is supported in the PRO version!https://youtu.be/2lOZw_ov_uY Main shortcodes example ` [ethereum-ico-referral url="https://example.com/crowdsale-ico-page" label="Referal link" placeholder="Input your BSC account address"] [ethereum-ico-balance tokenname="TSX" label="Referal link" placeholder="Input your BSC account address"] [ethereum-ico] [ethereum-ico-progress] [ethereum-ico-purchases tokenname="TSX" label="Referal link" placeholder="Input your BSC account address"] ` Fine grained shortcodes example ` [ethereum-ico-limit label="%s LIMIT!" gaslimit="200001"] [ethereum-ico-input placeholder="Test placeholder"] [ethereum-ico-input-currency showIcons="true" baseCurrency="USD"] [ethereum-ico-buy-button buyButtonText="BUY ME!"] [ethereum-ico-currency-list showIcons="false" coinList="ETH,BTC"] [ethereum-ico-progress-value] [ethereum-ico-progress-percent] `
The Purchase button style has a button
CSS class and is determined by your WP theme chosen.
You can customize it by adding these code to your Additional CSS
section in the theme customizing:
.button.ethereum-ico-bottom-button-two { background-color: #ffd600; color: #ffffff; } .button.ethereum-ico-bottom-button-two:hover { background-color: #ffd6ff; color: #ffffff; }
The Progressbar style has CSS classes defined. You can customize it by adding these code to your Additional CSS
section in the theme customizing:
.twbs .progress { background-color: #f5f5f5; border-radius: 4px; } .twbs .progress-bar { background-color: #337ab7; } .twbs .progress-meter > .meter > .meter-text { color: rgb(160, 160, 160); }
Choose your own colors and additional styles if needed.
It is known to have short length button and input area when put on a short width sidebar area. You can fix it with this CSS code:
@media (min-width: 992px) { .ethereum-ico-shortcode .col-md-5 { width: 100%!important; max-width: 100%!important; flex-basis: 100%!important; } }
Blockchain
setting to Ethereum Görli Testnet
The ICO token address
setting to 0xb4354f51b51ab69d7415d54108dd2f68223c3239 or an address of your own tokenThe ICO crowdsale contract address
setting to 0x448276ac3c99620f02cc2ac60964aca44b20929a or an address of your Crowsale contractBlockchain
setting to Ethereum Sepolia Testnet
The ICO token address
setting to 0x9295a2ba374cf5d575d076c0a48ed12287ad4659 or an address of your own tokenThe ICO crowdsale contract address
setting to 0x1ddef0c5628fc54c1eb0f91a3fdba57b05549d13 or an address of your Crowsale contractethprice_api_url
setting fixsepolia
, polygon
and mumbai
networks support is addedAccount
field display if no MetaMask is connected:
in the symbolAdvanced blockchain
settings in Trial mode fixurl
attribute is added to the [ethereum-ico-referral]
shortcode.tokenname
, label
and placeholder
attributes are added to better support non-Ethereum networks.data
field fix