Skip to content
View Hliwa1990's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Hliwa1990

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Hliwa1990 Hliwa1990 Public

    Config files for my GitHub profile.

    1

  2. solidity smart contract solidity smart contract
    1
    
                  
    2
    Solidity lets you program on Ethereum, a blockchain-based virtual machine that allows the creation and execution of smart contracts, without needing centralized or trusted parties.
    3
    Solidity is a statically typed, contract programming language that has similarities to Javascript and C. Like objects in OOP, each contract contains state variables, functions, and common data types. Contract-specific features include modifier (guard) clauses, event notifiers for listeners, and custom global variables.
    4
    Some Ethereum contract examples include crowdfunding, voting, and blind auctions.
    5
    As Solidity and Ethereum are under active development, experimental or beta features are explicitly marked, and subject to change. Pull requests welcome.