본문 바로가기

Solidity3

[Solidity] Solidity 문법정리 (2) 2022.06.11 - [블록체인] - [Solidity] Solidity 문법 정리 (1) [Solidity] Solidity 문법 정리 (1) https://docs.soliditylang.org/en/v0.8.14/ Solidity — Solidity 0.8.14 documentation 1. Understand the Smart Contract Basics If you are new to the concept of smart contracts we recommend you to get s.. eloquence-developers.tistory.com 이 게시물은 이전 게시물인 solidity 문법 정리 (2) 와 이어지는 게시물입니다. 매핑(mapping) javascript의 Map이나 java.. 2022. 6. 12.
Metamask와 Remix IDE로 Smart Contract 배포하기 이 포스트는 메타마스크 지갑이 이미 있다는 가정 하에서 작성된 포스트입니다. 만약 메타마스크 지갑이 없다면 생성하시고 이 글을 참고하시는 것을 권장드립니다. 메타마스크(Metamask) 1. 메타마스크에 들어가서 네트워크를 Ropsten 테스트 네트워크로 바꿔줍니다. 우측 상단에서 네트워크를 변경할 수 있습니다. 2. 스마트 컨트랙트를 배포하려면 gas fee기 필요힌데요, 이를 위해서 아래 주소에서 이더리움을 요청할 수 있습니다. 테스트 네트워크의 이더리움을 받을 수 있습니다. https://faucet.metamask.io/ Test Ether Faucet faucet.metamask.io Remix IDE 리믹스 ide 사이트에 접속합니다. https://remix.ethereum.org/ Remi.. 2022. 6. 12.
[Solidity] Solidity 문법 정리 (1) https://docs.soliditylang.org/en/v0.8.14/ Solidity — Solidity 0.8.14 documentation 1. Understand the Smart Contract Basics If you are new to the concept of smart contracts we recommend you to get started by digging into the “Introduction to Smart Contracts” section, which covers: 2. Get to Know Solidity Once you are accustomed to the docs.soliditylang.org https://cryptozombies.io/ko/ #1 Solidity.. 2022. 6. 11.