Silicon's blog

Menu
  • Home
  • Kadena
  • Solana
  • Ethereum
  • Bot Automation
  • Proxmox
  • Nginx Proxy Manager
  • Others
  • Contact
Menu

Deploy your own decentralized exchange on Solana [1: create a crypto wallet]

Posted on October 19, 2022May 17, 2023 by Silicon

  In this series, we will build our decentralized exchange on Solana. There is some similar guide on the Internet, but I found they are somehow dated. I have modified their code and built the project at least twice to ensure they are functional now (Oct 2022). At the end of this series, we will…

Continue reading

Deploy your own decentralized exchange on Kadena [8: create our own decentralized exchange based on the cloned Kaddex swap project]

Posted on October 19, 2022May 17, 2023 by Silicon

  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…

Continue reading

Deploy your own decentralized exchange on Kadena [7: create our own liquidity pool on the Kadena Devnet]

Posted on October 19, 2022May 17, 2023 by Silicon

  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”…

Continue reading

Deploy your own decentralized exchange on Kadena [6: create a new wallet on the Kadena Devnet]

Posted on October 19, 2022May 17, 2023 by Silicon

  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…

Continue reading

Deploy your own decentralized exchange on Kadena [5: transfer your token to other people using Chainweaver]

Posted on October 19, 2022May 17, 2023 by Silicon

  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…

Continue reading

Deploy your own decentralized exchange on Kadena [4: Deploy your first contract & create your own token]

Posted on October 18, 2022May 17, 2023 by Silicon

  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…

Continue reading

Deploy your own decentralized exchange on Kadena [3: Testing cross-chain transaction on Kadena testnet]

Posted on October 18, 2022May 17, 2023 by Silicon

  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…

Continue reading

Deploy your own decentralized exchange on Kadena [2: Obtain KDA from Kadena Testnet Faucet]

Posted on October 18, 2022May 17, 2023 by Silicon

  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…

Continue reading

Deploy your own decentralized exchange on Kadena [1: create a crypto wallet]

Posted on October 18, 2022May 17, 2023 by Silicon

  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…

Continue reading

[Curve Fitting & peak search] Fast fitting a Guassian function to data points using C & python

Posted on September 13, 2022May 17, 2023 by Silicon

  In this article, A high speed Guassian fitting method suggested by Guo’s will be introduced. In my case, it is around 200x faster compared to the python’s lmfit library and has a similar speed compared to previously demonstrated Jacquelin’s method. The model used in Guo’s article is: Its peak can be calculated using these…

Continue reading
  • Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next
©2024 Silicon's blog
Click to Copy