Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee5d4bf

Browse files
committed
β˜• chore: update readme info
1 parent 2816e3e commit ee5d4bf

File tree

2 files changed

+88
-17
lines changed

2 files changed

+88
-17
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 60 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,86 @@
66

77
A community WordPress plugin for **[thirdweb](https://thirdweb.com)**. Turn your WordPress website into Web3 instantly and easily with thirdweb. πŸ’»πŸŒ
88

9-
Have suggestions in mind? Let me know!
9+
Have suggestions in mind? [Let me know!](https://github.com/warengonzaga/thirdweb-wp/issues)
10+
11+
## ⚑ Features
12+
13+
- Contract Reading Shortcode
14+
- Contract Writing Shortcode _(Coming Soon)_
15+
- Gutenberg Blocks _(Coming Soon)_
16+
17+
## πŸ“‹ Requirements
18+
19+
- [thirdweb Engine URL](https://portal.thirdweb.com/engine/getting-started)
20+
- [thirdweb Engine Access Token](https://thirdweb.com/dashboard/engine)
21+
- WordPress 5.0+
22+
- PHP 8.1+
23+
24+
## πŸ“¦ Installation
25+
26+
To be able to start using this plugin just [download the latest release here](https://github.com/warengonzaga/thirdweb-wp/releases/latest).
27+
28+
- Upload the plugin (.zip file) to the /wp-content/plugins/ directory.
29+
- Activate the Update Your Footer WP plugin through the 'Plugins' menu in WordPress.
30+
- See the usage section below to start using the plugin.
31+
32+
## πŸ› οΈ Setup
33+
34+
1. Go to your WordPress admin dashboard.
35+
2. Go to `Settings > thirdweb WP`.
36+
3. Save your thirdweb Engine URL and Access Token.
37+
4. Click `Save Changes`.
38+
5. You're all set! πŸŽ‰
39+
40+
> [!NOTE]
41+
> 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.
42+
43+
## πŸ•ΉοΈ Usage
44+
45+
Reading contract address using `[twcontract]` shortcode.
46+
47+
```php
48+
[twcontract address="0x00..." chain="84531" function="tokenURI:0"]
49+
```
50+
51+
- `address` - The contract address.
52+
- `chain` - The chain name or ID.
53+
- `function` - The function name and arguments.
54+
> [!NOTE]
55+
> `functionName:arg1` for single argument.
56+
> `functionName:arg1,arg2` for multiple arguments.
57+
58+
_More features coming soon..._
1059

1160
## 🎯 Contributing
1261

13-
Contributions are welcome, create a pull request to this repo and we'll review your code. Please consider to submit your pull request to the `dev` branch. Thank you!
62+
Contributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the `dev` branch. Thank you!
1463

1564
Read the project's [contributing guide](./contributing.md) for more info.
1665

1766
## πŸ› Issues
1867

19-
Please report any issues and bugs by [creating a new issue here](https://github.com/warengonzaga/thirdweb-wp/issues/new), also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! πŸ™βœ¨
20-
21-
## πŸ€ Sponsor
22-
23-
Love what I do? Send me some [love](https://github.com/sponsors/warengonzaga) or [coffee](https://buymeacoff.ee/warengonzaga)!? πŸ’–β˜•
68+
Please report any issues and bugs by [creating a new issue here](https://github.com/warengonzaga/thirdweb-wp/issues/new/choose), also make sure you're reporting an issue that doesn't exist. Any help to improve the project would be appreciated. Thanks! πŸ™βœ¨
2469

25-
Can't send love or coffees? πŸ˜₯ Nominate me for a **[GitHub Star](https://stars.github.com/nominate)** instead!
70+
## πŸ™ Sponsor and Support
2671

27-
> **Note**: Your support means a lot to me as it allows me to dedicate my time and energy to create and maintain open-source projects that benefits the community. Thank you for supporting my mission to make technology better, accessible and inclusive for everyone. πŸ™πŸ˜‡
72+
> Love what I do? Send me some [love](https://github.com/sponsors/warengonzaga) or [coffee](https://buymeacoff.ee/warengonzaga)!? πŸ’–β˜•
73+
>
74+
> Can't send love or coffees? πŸ˜₯ Nominate me for a **[GitHub Star](https://stars.github.com/nominate)** instead!
75+
> Your support will help me to continue working on open-source projects like this. πŸ™πŸ˜‡
2876
2977
## πŸ“‹ Code of Conduct
3078

3179
Read the project's [code of conduct](./code_of_conduct.md).
3280

3381
## πŸ“ƒ License
3482

35-
The thirdweb WP is licensed under [GNU General Public License v3.0](https://opensource.org/licenses/GPL-3.0).
83+
This project is licensed under [GNU General Public License v3.0](https://opensource.org/licenses/GPL-3.0).
3684

3785
## πŸ“ Author
3886

39-
The thirdweb WP is created by **[Waren Gonzaga](https://github.com/warengonzaga)**, with the help of awesome [contributors](https://github.com/warengonzaga/thirdweb-wp/graphs/contributors).
87+
This project is created by **[Waren Gonzaga](https://github.com/warengonzaga)**, with the help of awesome [contributors](https://github.com/warengonzaga/thirdweb-wp/graphs/contributors).
4088

4189
---
4290

43-
πŸ’»πŸ’–β˜• by [Waren Gonzaga](https://warengonzaga.com) | [He is Awesome](https://www.youtube.com/watch?v=HHrxS4diLew&t=44s) πŸ™
91+
πŸ’» with ❀️ by [Waren Gonzaga](https://warengonzaga.com) and [Him](https://www.youtube.com/watch?v=HHrxS4diLew&t=44s) πŸ™

β€Žreadme.txtβ€Ž

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,42 @@ Contributors: warengonzaga
33
Donate link: https://github.com/sponsors/warengonzaga
44
Tags: thirdweb, nft, web3, blokchain, crypto
55
Requires at least: 2.8.0
6-
Tested up to: 6.0.3
7-
Requires PHP: 5.6
8-
Stable tag: 0.1.0
6+
Tested up to: 6.4.0
7+
Requires PHP: 7.2
8+
Stable tag: 0.0.1
99
License: GPLv3
1010
License URI: https://opensource.org/licenses/GPL-3.0
1111

12-
Community contributed WordPress plugin for thirdweb features.
12+
A community WordPress plugin for [thirdweb](https://thirdweb.com). Turn your WordPress website into Web3 instantly and easily with thirdweb. πŸ’»πŸŒ
1313

1414
== Description ==
1515
Community contributed WordPress plugin for thirdweb features. Turn your WordPress website into Web3 instantly and easily with thirdweb.
1616

17+
== Setup ==
18+
1. Go to your WordPress admin dashboard.
19+
2. Go to `Settings > thirdweb WP`.
20+
3. Save your thirdweb Engine URL and Access Token.
21+
4. Click `Save Changes`.
22+
5. You're all set! πŸŽ‰
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.
26+
1727
== Usage ==
18-
More info here...
28+
Reading contract address using `[twcontract]` shortcode.
29+
30+
```php
31+
[twcontract address="0x00..." chain="84531" function="tokenURI:0"]
32+
```
33+
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.
40+
41+
_More features coming soon..._
1942

2043
== Frequently Asked Questions ==
2144

0 commit comments

Comments
Β (0)