We created our decentralized exchange in the previous article based on the cloned Kaddex swap project. This article will teach you how to deploy your exchange into the Cloudflare page. Step 1: On your code editor’s terminal, execute the command below. Step 2: Create a Cloudflare account if you don’t have one. After that, go…
Category: Kadena
Deploy your own decentralized exchange on Kadena [8: create our own decentralized exchange based on the cloned Kaddex swap project]
In the previous article, we created our liquidity pool on Kaddex Devnet via Kaddex swap. In this article, we will build our decentralized exchange based on the cloned Kaddex swap project. Before we start, you will need to install a code editor with npm, such as Visual Studio Code and Atom. Step 1: Clone…
Deploy your own decentralized exchange on Kadena [7: create our own liquidity pool on the Kadena Devnet]
In the previous article, we learned how to deploy and transfer our token to another account on Kadena Testnet and Kaddex Devnet. This article will teach you how to create your liquidity pool on Kaddex Devnet. Step 1: Select “Contracts” on the left menu. On the module explorer, search for exchange. Click the “View”…
Deploy your own decentralized exchange on Kadena [6: create a new wallet on the Kadena Devnet]
We successfully transferred some of our tokens to another account in the previous article. We will try to build our exchange on Kadena based on the Kaddex swap DApp for learning purposes. Since Kaddex is using Devnet instead of Testnet, we are required to create a new wallet on X-wallet and Chainweaver again. Step…
Deploy your own decentralized exchange on Kadena [5: transfer your token to other people using Chainweaver]
In the previous article, we created our token on Kadena Testnet. This article will teach us how to manage your tokens on Chainweaver. Step 1: Move to the account page of Chainweaver. Click the “Manage Tokens” button. Step 2: Add your token name on the search bar and hit the “Add” button. Remember to…
Deploy your own decentralized exchange on Kadena [4: Deploy your first contract & create your own token]
In the previous article, we made a cross-chain transaction, and now we have some KDA on two chains. So, let’s deploy our first contract to create our token on Kadena Testnet! It will be a fun journey. Step 1: Select “Contracts” from the left menu in Chainweaver. Step 2: Go to Appendix 1 at…
Deploy your own decentralized exchange on Kadena [3: Testing cross-chain transaction on Kadena testnet]
In the previous article, we obtained some KDA on the testnet. In this article, we will try to make a cross-chain transaction to make some fun with our free KDA. Step 1: Click the “Transfer Coins” button on the Chainweaver. Step 2: Enter your unique name in the Account field. Select from Chain 1…
Deploy your own decentralized exchange on Kadena [2: Obtain KDA from Kadena Testnet Faucet]
In the previous article, we learned how to create a crypto wallet on X-wallet and restore it on Chainweaver. However, we may need KDA as a gas fee to perform any actions on the Kadena chain. Therefore, in this article, we will learn how to obtain KDA from Kadena Testnet Faucet. Step 1: After…
Deploy your own decentralized exchange on Kadena [1: create a crypto wallet]
In this series, we will build our decentralized exchange on Kadena. At the end of this series, we will be able to create our token and make a cloned Kaddex swap on the Kadena chain. You may vist the final product here. First, we have to install X-wallet on our browser (only chrome and…