https://www.tutorialspoint.com/solidity/index.htm
[Solidity Tutorial]
- Solidity is a contract-oriented, high-level programming language for implementing smart contracts.
-- Solidity는 smart contracts를 만들기 위한 고급 언어로, contract-지향형 언어이다.
- Solidity is highly influenced by C++, Python and JavaScript and has been designed to target the Ethereum Virtual Machine (EVM).
-- Solidity는 C++과, Python 그리고 Javascript 언어에 많은 영향을 받았고 EVM(Ethereum Virtual Machine)에서 실행되도록 설계되었다.
[Audience]
- This tutorial targets novice developers and those new to Solidity.
-- 이 tutorials은 Solidity에 처음이고 신입 개발자를 대상으로 한다.
- It guides them in understanding basic through more advanced concepts in Solidity.
-- Solidity에 대한 더 깊이 있는 개념을 전달해 basic을 이해하게 가이드할 것이다.
- After completing this tutorial, your firm foundation in Solidity and level of expertise will allow you to begin developing and easily build on your knowledge.
-- tutorial을 완료한 후에, 학습자들은 Solidity에 대한 견고한 기반지식과 전문가 레벨 달성으로 학습한 지식을 쉽게 빌드하고 개발할 수 있게 할 것이다.
[Prerequisites]
- The tutorial assumes your familiarity with blockchain, and general programming.
-- tutorial은 블록체인에 대한 배경지식과 일반적인 프로그래밍 지식에 익숙하다는 상황을 전제로 진행된다.