Skip to content

Commit

Permalink
Merge pull request #184 from PhyrexTsai/master
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
PhyrexTsai authored Sep 17, 2019
2 parents cfba5b1 + a91b9ae commit 124cda2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ KAIZEN is an one stop solution for dapp and dweb developer. With KAIZEN, you get
- Customize an existing blockchain to fulfill your requirements.

## 📚 Table of Contents

<img align="right" width="250" src="https://kaizen.portal.network/images/demo.png"/>

- [Quick Start](#quick-start)
- [Examples](https://github.com/PortalNetwork/kaizen-examples)
- [Contracts](https://github.com/PortalNetwork/kaizen-contracts)
Expand Down Expand Up @@ -79,6 +82,13 @@ The KAIZEN Platform is currently in experimental alpha.
- [ICON](https://www.npmjs.com/package/icon-sdk-js)
- NOIA

## <a name="faucet"></a>🚰 Faucet
Claim test net tokens
- ETH
- ETC
- WAN
- ICON

## <a name="community"></a>💡 Community
- [Gitter](https://gitter.im/PortalNetwork/kaizen-cli)
- [Twitter](https://twitter.com/itisportal)
Expand Down
15 changes: 14 additions & 1 deletion README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
- Customize an existing blockchain to fulfill your requirements.

## 📚 Table of Contents

<img align="right" width="250" src="https://kaizen.portal.network/images/demo.png"/>

- [Quick Start](#quick-start)
- [Examples](https://github.com/PortalNetwork/kaizen-examples)
- [Contracts](https://github.com/PortalNetwork/kaizen-contracts)
Expand All @@ -49,9 +52,12 @@ kaizen create --template react --name myproject
kaizen contracts deploy --url https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20
```

4. Upload project to IPFS:
4. Upload project to IPFS or BTFS:
```
# Upload to IPFS
kaizen upload ipfs ./build
# or upload to BTFS
kaizen upload btfs ./build
```

## <a name="command-topics"></a>🔨 Command Topics
Expand All @@ -76,6 +82,13 @@ The KAIZEN Platform is currently in experimental alpha.
- [ICON](https://www.npmjs.com/package/icon-sdk-js)
- NOIA

## <a name="faucet"></a>🚰 水龍頭
KAIZEN Faucet
- ETH
- ETC
- WAN
- ICON

## <a name="community"></a>💡 커뮤니티
- [Gitter](https://gitter.im/PortalNetwork/kaizen-cli)
- [Twitter](https://twitter.com/itisportal)
Expand Down
15 changes: 14 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ KAIZEN 包括:
- 自定義現有區塊鏈技術以滿足您的開發要求

## 📚 目錄

<img align="right" width="250" src="https://kaizen.portal.network/images/demo.png"/>

- [快速開始](#quick-start)
- [專案範例](https://github.com/PortalNetwork/kaizen-examples)
- [智能合約](https://github.com/PortalNetwork/kaizen-contracts)
Expand All @@ -49,9 +52,12 @@ kaizen create --template react --name myproject
kaizen contracts deploy --url https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20
```

4. 上傳專案到 IPFS:
4. 上傳專案到 IPFS 或者 BTFS:
```
# Upload to IPFS
kaizen upload ipfs ./build
# or upload to BTFS
kaizen upload btfs ./build
```

## <a name="command-topics"></a>🔨 指令集
Expand All @@ -76,6 +82,13 @@ KAIZEN Platform 目前正在 Alpha 階段
- [ICON](https://www.npmjs.com/package/icon-sdk-js)
- NOIA

## <a name="faucet"></a>🚰 水龍頭
KAIZEN Faucet 支援下列區塊鏈測試網路的代幣
- ETH
- ETC
- WAN
- ICON

## <a name="community"></a>💡 社群連結
- [Gitter](https://gitter.im/PortalNetwork/kaizen-cli)
- [Twitter](https://twitter.com/itisportal)
Expand Down

0 comments on commit 124cda2

Please sign in to comment.