Changeset 3037141
- Timestamp:
- 02/17/2024 02:41:30 PM (2 years ago)
- File:
-
- 1 edited
-
thirdweb-wp/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thirdweb-wp/trunk/readme.txt
r3037135 r3037141 2 2 Contributors: warengonzaga 3 3 Donate link: https://github.com/sponsors/warengonzaga 4 Tags: thirdweb, nft, web3, blokchain, crypto 4 Tags: thirdweb, nft, web3, blokchain, crypto, dapps, decentralization, decentralized, smart, contracts 5 5 Requires at least: 2.8.0 6 6 Tested up to: 6.4.0 … … 10 10 License URI: https://opensource.org/licenses/GPL-3.0 11 11 12 A community WordPress plugin for [thirdweb](https://thirdweb.com). Turn your WordPress website into Web3 instantly and easily with thirdweb. 💻🌏12 A community WordPress plugin for thirdweb. Turn your WordPress website into Web3 instantly and easily with thirdweb. 🚀💻🧩 13 13 14 14 == Description == 15 Community contributed WordPress plugin for thirdweb features. Turn your WordPress website into Web3 instantly and easily with thirdweb. 15 A community WordPress plugin for [thirdweb](https://thirdweb.com). Turn your WordPress website into Web3 instantly and easily with thirdweb. 🚀💻🧩 16 16 17 17 == Setup == 18 18 1. Go to your WordPress admin dashboard. 19 2. Go to `Settings > thirdweb WP`.19 2. Go to __Settings > thirdweb WP__. 20 20 3. Save your thirdweb Engine URL and Access Token. 21 4. Click `Save Changes`.21 4. Click __Save Changes__. 22 22 5. You're all set! 🎉 23 23 24 > Note: 25 > You can also save your default or global address and chain across your wordpress site. Just go to `Settings > thirdweb WP` and fill the `Default Contract Address` and `Default Chain` fields. Click `Save Changes` to save your settings. 24 *__Note__: You can also save your default or global address and chain across your wordpress site. Just go to __Settings > thirdweb WP__ and fill the __Default Contract Address__ and __Default Chain__ fields. Click __Save Changes__ to save your settings.* 26 25 27 26 == Usage == 28 27 Reading contract address using `[twcontract]` shortcode. 29 28 30 ```text 31 [twcontract address="0x00..." chain="84531" function="tokenURI:0"] 32 ``` 29 `[twcontract address="0x00..." chain="84531" function="tokenURI:0"]` 33 30 34 - `address` - The contract address. 35 - `chain` - The chain name or ID. 36 - `function` - The function name and arguments. 37 > Note: 38 > `functionName:arg1` for single argument. 39 > `functionName:arg1,arg2` for multiple arguments. 31 *Shortcode Attributes* 32 - _address_ - The contract address. 33 - _chain_ - The chain name or ID. 34 - _function_ - The function name and arguments. 35 36 __Note__: 37 `functionName:arg1` for single argument. 38 `functionName:arg1,arg2` for multiple arguments. 40 39 41 40 _More features coming soon..._ 42 41 43 42 == Frequently Asked Questions == 43 44 = What is thirdweb? = 45 The full stack web3 development platform. Onboard users with wallets, build & deploy smart contracts, accept fiat with payments, and scale apps with infrastructure. [Learn more](https://thirdweb.com). 46 47 = What is thirdweb Engine? = 48 Production-grade HTTP server to interact with any smart contract on any EVM. Engine lets you create and interact with backend developer wallets, enabling high throughput with automatic nonce and gas management. [Learn more](https://thirdweb.com/engine). 49 50 = Is this an official WordPress plugin for thirdweb? = 51 This is an unofficial WordPress plugin however [the author of this project is part of the thirdweb team](https://thirdweb.com/about#:~:text=%40Sian_Morton-,Waren%20Gonzaga,-%40warengonzaga). This is just a community-contributed open source project and not part of the official product offered by thirdweb. 44 52 45 53 = Can I contribute? =
Note: See TracChangeset
for help on using the changeset viewer.