Skip to content
View olegpetroveth's full-sized avatar

Block or report olegpetroveth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Thorswap Memo Generator Contract Thorswap Memo Generator Contract
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.19;
    3
    
                  
    4
    contract TSMemoGenerator {
    5
    
                  
  2. Up to date SwapKit Client example Up to date SwapKit Client example
    1
    import type { AssetValue, ConnectWalletParams, SwapKit } from "@swapkit/core";
    2
    import type { ThorchainProvider } from "@swapkit/thorchain";
    3
    import type { keystoreWallet } from "@swapkit/wallet-keystore";
    4
    import { SwapKitApi } from "@swapkit/api";
    5
    import { FeeOption } from "@swapkit/core";
  3. swapkit/SwapKit swapkit/SwapKit Public

    SwapKit SDK - Integrate blockchains easily. https://swapkit.github.io/SwapKit/

    TypeScript 83 56

  4. thorswap/evm-contracts thorswap/evm-contracts Public

    Thorswap EVM Smart Contracts

    Solidity 3