Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #213

Merged
merged 2 commits into from
Jan 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ KAIZEN is an one stop solution for dapp and dweb developer. With KAIZEN, you get
- [Plugins](#plugins)
- [Smart Contracts](#smart-contracts)
- [Instances](#instances)
- [Demo](#demo)
- [Community](#community)
- [Contributing](#contributing)
- [Licence](#licence)
Expand Down Expand Up @@ -103,6 +104,7 @@ The KAIZEN Platform is currently in experimental alpha.
- [Tellor](https://tellor.io/) - Decentralized oracle service
- [Skale](https://skale.network/) - Elastic blockchain network
- [Ren](https://renproject.io/) - Inter-blockchain liquidity for all decentralized applications
- [Nervos](https://www.nervos.org/) - Multi-asset, store of value blockchain

## <a name="instances"></a>⚙️ Instances
- [NYM](http://nymtech.net/) - Decentralized privacy
Expand All @@ -122,6 +124,11 @@ Claim test net tokens
- WAN
- ICON

## <a name="demo"></a>🔌 Demo
#### Nifty Game
- [Nifty Game](https://github.com/PortalNetwork/nifty-game/) - Nifty is a non-fungible token game build by KAIZEN.
![Nifty Game](https://github.com/PortalNetwork/nifty-game/blob/develop/cardbattle.gif?raw=true)

## <a name="community"></a>💡 Community
- [Gitter](https://gitter.im/PortalNetwork/kaizen-cli)
- [Twitter](https://twitter.com/itisportal)
Expand Down
7 changes: 7 additions & 0 deletions README_KR.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- [플러그인](#plugins)
- [Smart Contracts](#smart-contracts)
- [Instances](#instances)
- [Demo](#demo)
- [커뮤니티](#community)
- [기여하기](#contributing)
- [라이센스](#licence)
Expand Down Expand Up @@ -103,6 +104,7 @@ The KAIZEN Platform is currently in experimental alpha.
- [Tellor](https://tellor.io/) - Decentralized oracle service
- [Skale](https://skale.network/) - Elastic blockchain network
- [Ren](https://renproject.io/) - Inter-blockchain liquidity for all decentralized applications
- [Nervos](https://www.nervos.org/) - Multi-asset, store of value blockchain

## <a name="smart-contracts"></a>📑 Smart Contracts
- [ERC20](https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20)
Expand All @@ -122,6 +124,11 @@ KAIZEN Faucet
- WAN
- ICON

## <a name="demo"></a>🔌 Demo
#### Nifty Game
- [Nifty Game](https://github.com/PortalNetwork/nifty-game/) - Nifty is a non-fungible token game build by KAIZEN.
![Nifty Game](https://github.com/PortalNetwork/nifty-game/blob/develop/cardbattle.gif?raw=true)

## <a name="community"></a>💡 커뮤니티
- [Gitter](https://gitter.im/PortalNetwork/kaizen-cli)
- [Twitter](https://twitter.com/itisportal)
Expand Down
7 changes: 7 additions & 0 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ KAIZEN 包括:
- [插件](#plugins)
- [智能合約](#smart-contracts)
- [實例](#instances)
- [範例](#demo)
- [社群連結](#community)
- [參與貢獻](#contributing)
- [許可證](#licence)
Expand Down Expand Up @@ -103,6 +104,7 @@ KAIZEN Platform 目前正在 Alpha 階段
- [Tellor](https://tellor.io/) - Decentralized oracle service
- [Skale](https://skale.network/) - Elastic blockchain network
- [Ren](https://renproject.io/) - Inter-blockchain liquidity for all decentralized applications
- [Nervos](https://www.nervos.org/) - Multi-asset, store of value blockchain

## <a name="smart-contracts"></a>📑 智能合約
- [ERC20](https://github.com/PortalNetwork/kaizen-contracts/tree/master/ERC20)
Expand All @@ -122,6 +124,11 @@ KAIZEN Faucet 支援下列區塊鏈測試網路的代幣
- WAN
- ICON

## <a name="demo"></a>🔌 範例
#### Nifty Game
- [Nifty Game](https://github.com/PortalNetwork/nifty-game/) - Nifty is a non-fungible token game build by KAIZEN.
![Nifty Game](https://github.com/PortalNetwork/nifty-game/blob/develop/cardbattle.gif?raw=true)

## <a name="community"></a>💡 社群連結
- [Gitter](https://gitter.im/PortalNetwork/kaizen-cli)
- [Twitter](https://twitter.com/itisportal)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaizen-cli",
"version": "0.1.18",
"version": "0.1.19",
"bin": {
"kaizen": "kaizen"
},
Expand Down