Ilyar

@ilyar

Joined on Sep 6, 2020

  • Service https://www.veed.io/ https://podcast.adobe.com/enhance https://podcast.adobe.com/miccheck https://freepodcasttranscription.com/ Tool https://openshot.org/ https://audacityteam.org/ https://gnomesubtitles.org/
     Like  Bookmark
  • Description In response to the inefficacies observed in the previous governance models, we propose a substantial reform to enhance transparency and adaptability within its ecosystem. The transition to a new governance structure involves the establishment of a Governance Board and a singular Treasury. This Board, backed by a significant pledge from its members, will replace the Global Governance, aiming to ensure proactive engagement and adherence to community-driven objectives. The proposed changes include eliminating vesting commitments for primary network participants, introducing commitment-based funding incentives, and shifting to a single treasury system to consolidate funds and streamline operations. The anticipated restructuring is designed to revitalize the network by ensuring greater participation and accountability, which is critical given the previously low engagement and voting activities within the DAO. Reference
     Like  Bookmark
  • The rules for Elemental Game, a blockchain-based game incorporating elements and elementals, from registration to gameplay interactions. Elemental Game combines strategic decision-making with the luck of the draw, encouraging players to manage their Mana and elemental choices wisely. The blockchain integration ensures a transparent, secure, and innovative gaming experience. Registration Creating an Account: Visit the Elemental Game official website or app and choose the “Create Character” or “Sign Up” option. Character Customization: Select the appearance, elemental affiliation (Earth, Water, or Fire), and name for your character. Customize additional attributes if the game allows. Registration Payment: Pay the registration fee using the native blockchain tokens of Elemental Game. Send the required token amount to the game’s smart contract address via an integrated or external blockchain-supported wallet. Mana Allocation: Upon successful transaction verification, your character is credited with an initial amount of Mana, the in-game currency used for challenges. Gasless Transactions: Mana and your character’s account facilitate gasless transactions within the game, making gameplay more accessible and reducing the need for additional transaction fees.
     Like 1 Bookmark
  • Prerequisites Install Node.js https://nodejs.org/en/download npm install -g everdev Setup Getting endpoint https://www.evercloud.dev/ Setup default network: npx everdev network add --force main "https://mainnet.evercloud.dev/<POJECT_ID>/graphql" npx everdev network default main
     Like  Bookmark
  • npm install -g near-cli near login near call testnet create_account '{"new_account_id": "<account-name>.testnet", "new_public_key": "ed25519:<data>"}' --deposit 0.00182 --accountId <account-with-funds> Testnet near --accountId <account-with-funds> call testnet create_account '{"new_account_id": "<account-name>.testnet", "new_public_key": "ed25519:<data>"}' --deposit 0.00182 Mainet near --networkId mainnet --accountId <account-with-funds> call near create_account '{"new_account_id": "<account-name>.near", "new_public_key": "ed25519:<data>"}' --deposit 0.00182
     Like  Bookmark
  • Coin Flip This is a coin flipping game where you need to build up your winning streak by guessing the outcome of a coin flip. To complete this level you'll need to use your psychic abilities to guess the correct outcome 10 times in a row. // SPDX-License-Identifier: MIT pragma ever-solidity >= 0.71.0; interface Resolvable { function isSolved() external view returns (bool); }
     Like  Bookmark
  • image Requirements sold tonos-cli fift, func Via Docker alias docker-run='docker run --rm -i -v $(pwd):/src -w /src' alias tvm-action='docker-run ghcr.io/ever-guild/tvm-action'
     Like  Bookmark
  • Цель показать поход разработтки котракта и пользовательского интерфейса на одном языке. Для сравнения подходов будет использоватся: near и язык написания контрактов rust он же будет использоватся для написания UI everscale и язык написания контрактов Solidity в среде Tonix также Solidity будет использоватся для написания UI Контракт Хранит два числа "инь" и "янь" uint16 Методы инткримента "инь" и "янь"
     Like  Bookmark
  • original Discussion 28 June 2023 https://youtu.be/V_84j2J4ELwexpectations https://docs.google.com/document/d/15y8vY447TyQeguindtSbU8TYLSsvl91KZJ_at3Zcv1Q/edit 5 July 2023 https://youtube.com/live/MTlpn8BrR1I Status Preamble
     Like  Bookmark
  • TON Setup sudo apt update sudo apt install -y build-essential cmake clang openssl libssl-dev zlib1g-dev gperf wget git curl libreadline-dev ccache libmicrohttpd-dev ninja-build libsecp256k1-dev libsodium-dev pkg-config export CC=$(which clang) export CXX=$(which clang++) export CCACHE_DISABLE=1 all rm -fr build && mkdir build && cd build cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DPORTABLE=1 -DTON_ARCH= -DCMAKE_CXX_FLAGS="-mavx2" ..
     Like  Bookmark
  • Hacken🇺🇦 souce: https://twitter.com/hackenclub/status/1656615188966133761 Hacken🇺🇦 Yes, absolutely loud and clear. Guys, welcome. It's it's 1:00 PM UTC. Pretty beautiful day and I feel like the next at least 40 minutes will be just beautiful because we have today's specially in my session with the Venom blockchain and from hack Inside my guest my teammate Sashko will be representing the tech expertise and from the side of Venom we have Sergei Pataki who's the. Uh, builder on average scale and random network. So hey guys, could you give us a little bit more info about who are you your main areas of expertise? Sashko🇺🇦 Yeah, let's start. Hi everyone Alex here. I'm a head of trash team at hacking actually we running a bug bounty platform, validating security issues in different blockchain protocols even based on protocols like Near and other on Rust. Also, so yeah, I was so happy after our previous AMA session about how to road to 1,000,000 in bug bounties, so was really happy when Yaroslaw invited me to be a moderately summation about Venom protocol. I'm really interested in that project, so it would be, I think, that the Mini will be realized.
     Like  Bookmark
  • When a logo is being uploaded, the API returns a 400 error: {"file_name":["Ensure this field has no more than 64 characters."]} However, the user doesn't receive any notification in the user interface. Given that the logo field is mandatory, users may encounter an inability to create a BUIDL, with the reason being unclear. 😺 Possible solution Display the error in the BUIDL creation form.
     Like  Bookmark
  • Basic Chunkhttps://minecraft.fandom.com/wiki/Chunk https://wiki.vg/Chunk_Format World boundary NBT format https://wiki.vg/NBT https://minecraft.fandom.com/wiki/NBT_format
     Like  Bookmark