Skip to content

Commit

Permalink
Merge pull request #216 from Holt666/develop
Browse files Browse the repository at this point in the history
Develop sync
  • Loading branch information
LucasMLK authored Apr 10, 2023
2 parents 896fc11 + c77d182 commit 3f25697
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 9 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@

```
JDK: v17
Maven: v3.8.3
Maven: v3.9.1
```

### JDK 17 Download
Eclipse Temurin™ 17 Latest Releases(https://adoptium.net/temurin/releases/)

### Maven 3.9.1 Download
Apache Maven 3.9.x Latest Releases(https://maven.apache.org/download.cgi)


## Installation and usage

The XDAGJ Testnet Tutorial can help you quickly access XDAGJ testnet by using wallets and mining functions. The Private Chain Building Tutorial helps you to build a private-chain for testing XDAGJ and finding bugs.
Expand Down Expand Up @@ -76,13 +83,17 @@ Four stages:

#### Expansion phase: XDAGJ & EVM

- [ ] Improve the address block structure and increase the handling fee
- [x] Improve the address block structure

- [x] Optimize and improve mobile wallets to improve the user experience
- [ ] Increase the handling fee

- [x] Optimize wallets to improve the user experience

- [ ] Support smart contracts, implement EVM that supports Solidity, and be compatible with Ethereum smart contracts

- [ ] Lower the threshold of mining pool users and gradually open the whitelist to achieve complete decentralization
- [x] Decrease the threshold of mining pool users

- [ ] Open the whitelist to achieve complete decentralization


#### Prosperity phase: XDAGJ & DeFi
Expand Down Expand Up @@ -125,10 +136,9 @@ Four stages:
## FAQ

- Time Synchronization Method with NTP
[XDAGJ_Time_Synchronization](./docs/XDAGJ_Time_Synchronization_en.md)

[XDAGJ_Time_Synchronization](./docs/XDAGJ_Time_Synchronization_en.md)]
- XDAGJ RPC Document

[XDAGJ_RPC](./docs/XDAGJ_RPC.md)

## Contribution
Expand Down
9 changes: 8 additions & 1 deletion docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@

```yaml
JDK : v17
Maven : v3.8.3
Maven : v3.9.1
```
### JDK 17 下载
Eclipse Temurin™ 17 Latest Releases(https://adoptium.net/temurin/releases/)
### Maven 3.9.x 下载
Apache Maven 3.9.x Latest Releases(https://maven.apache.org/download.cgi)
## 安装与用法
XDAGJ教程可以让您快速加入并体验XDAGJ的钱包及挖矿功能,私有链搭建教程帮助您搭建一个独有的链上环境,能更好的测试并发现错误
Expand Down
2 changes: 1 addition & 1 deletion docs/XDAGJ_Devnet_Tutorial_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

```yaml
JDK : v17
Maven : v3.8.4
Maven : v3.9.1
```
Please make sure that the above environment is already available in your operating system, and the JDK version must be 17
Expand Down
2 changes: 1 addition & 1 deletion docs/XDAGJ_Devnet_Tutorial_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

```yaml
JDK : v17
Maven : v3.8.3
Maven : v3.9.1
```
请确保您的操作系统中已经具备上述环境,其中JDK版本必须确保为17,maven 版本必须 > 3.8,否则无法与 JDK17 兼容
Expand Down

0 comments on commit 3f25697

Please sign in to comment.