## DePay for Wordpress

The Wordpress Web3 Payments plugin allows you to accept web3 crypto payments directly into your wallet.

![Wordpress Web3 Payments](/.wordpress-org/screenshot-1.jpg)

### Demo

https://web3wordpress.xyz/

### Installation

1. [Download the latest plugin](https://github.com/DePayFi/web3-payments-depay/releases/latest/download/wp-depay-payments-plugin.zip) 

2. Install the the plugin from within your wordpress admin section: "Plugins" -> "Upload Plugin" -> Choose the plugin zip you've downloaded in step 1

## Development

### Update Version

```
yarn update:version
```

### Release

```
yarn release
```
