TheGreatAxios

@TheGreatAxios

Joined on Jan 3, 2023

  • Background SKALE is a multi-chain EVM network offering zero gas fees at the chain level. Due to the multi-chain setup, the token mappings and setup was designed very specifically to help avoid liquidity fragmentation and make it easier for users to move throughout the ecosystem. The below goes through the flow of tokens and explores how to actually bridge a token back and forth and the steps in between. Table of Contents
     Like  Bookmark
  • ABIs can be found here Functions Ruby Swap Ruby Swap - getAmountsOut This is example code showcasing how to setup swaps on Ruby.Exchange. Always double check addresses and ABIs Code Example
     Like  Bookmark
  • Ethereum Example This example uses msg.value the native token of a network /// SPDX-License-Identifier: MIT pragma solidity ^0.8.9; contract Game { function startGame() external payable { (bool sent, bytes memory data) = payable(address(this)).call{value: msg.value}(""); require(sent, "Failed to send Ether");
     Like  Bookmark
  • Column 1 Column 2 Column 3 Text Text Text
     Like  Bookmark
  • Goals Utilization of Asciidoc & Antora with docs as close to code as possible Update Antora to V3 from V2 [Major] Utilize Live Preview with Netlify/Vercel/Similiar on PR Utilize Live Reload in Development Research Core DocsThis repo contains the UI folder The UI folder needs to be "injected" into each of the documentation branches that are "close to code"
     Like  Bookmark