---
title: "Delphi 개발자를 위한 이더리움"
description: "Delphi 프로그래밍 언어를 사용하여 이더리움용으로 개발하는 방법을 배워보세요"
lang: ko
incomplete: true
---

<FeaturedText>

Delphi 프로그래밍 언어를 사용하여 이더리움용으로 개발하는 방법을 배워보세요

</FeaturedText>

이더리움을 사용하여 암호화폐와 블록체인 기술의 이점을 활용하는 탈중앙화 애플리케이션(또는 "dapp")을 만들어보세요. 이러한 dapp은 신뢰할 수 있습니다. 즉, 이더리움에 배포되면 항상 프로그래밍된 대로 실행됩니다. 새로운 종류의 금융 애플리케이션을 만들기 위해 디지털 자산을 제어할 수 있습니다. 또한 탈중앙화될 수 있습니다. 즉, 단일 주체나 개인이 이를 통제하지 않으며 검열이 거의 불가능합니다.

이더리움 기반의 탈중앙화 애플리케이션을 구축하고 Delphi 프로그래밍 언어를 사용하여 스마트 컨트랙트와 상호작용해 보세요!

## 스마트 컨트랙트 및 Solidity 언어 시작하기 {#getting-started-with-smart-contracts-and-the-solidity-language}

**Delphi와 이더리움을 통합하기 위한 첫걸음을 내딛어 보세요**

더 기초적인 입문서가 먼저 필요하신가요? [ethereum.org/learn](/learn/) 또는 [ethereum.org/developers](/developers/)를 확인해 보세요.

- [블록체인 설명](https://kauri.io/article/d55684513211466da7f8cc03987607d5/blockchain-explained)
- [스마트 컨트랙트 이해하기](https://kauri.io/article/e4f66c6079e74a4a9b532148d3158188/ethereum-101-part-5-the-smart-contract)
- [첫 번째 스마트 컨트랙트 작성하기](https://kauri.io/article/124b7db1d0cf4f47b414f8b13c9d66e2/remix-ide-your-first-smart-contract)
- [Solidity 컴파일 및 배포 방법 알아보기](https://kauri.io/article/973c5f54c4434bb1b0160cff8c695369/understanding-smart-contract-compilation-and-deployment)

## 초보자용 참고 자료 및 링크 {#beginner-references-and-links}

**Delphereum 라이브러리 소개**

- [Delphereum이란 무엇인가요?](https://github.com/svanas/delphereum/blob/master/README.md)
- [Delphi를 로컬(인메모리) 블록체인에 연결하기](https://medium.com/@svanas/connecting-delphi-to-a-local-in-memory-blockchain-9a1512d6c5b0)
- [Delphi를 이더리움 메인넷에 연결하기](https://medium.com/@svanas/connecting-delphi-to-the-ethereum-main-net-5faf1feffd83)
- [Delphi를 스마트 컨트랙트에 연결하기](https://medium.com/@svanas/connecting-delphi-to-smart-contracts-3146b12803a1)

**지금은 설정을 건너뛰고 바로 샘플로 넘어가고 싶으신가요?**

- [3분 만에 알아보는 스마트 컨트랙트와 Delphi - 1부](https://medium.com/@svanas/a-3-minute-smart-contract-and-delphi-61d998571d)
- [3분 만에 알아보는 스마트 컨트랙트와 Delphi - 2부](https://medium.com/@svanas/a-3-minute-smart-contract-and-delphi-part-2-446925faa47b)

## 중급자용 문서 {#intermediate-articles}

- [Delphi에서 이더리움으로 서명된 메시지 서명 생성하기](https://medium.com/@svanas/generating-an-ethereum-signed-message-signature-in-delphi-75661ce5031b)
- [Delphi로 이더 전송하기](https://medium.com/@svanas/transferring-ether-with-delphi-b5f24b1a98a4)
- [Delphi로 ERC-20 토큰 전송하기](https://medium.com/@svanas/transferring-erc-20-tokens-with-delphi-bb44c05b295d)

## 고급 사용 패턴 {#advanced-use-patterns}

- [Delphi 및 이더리움 네임 서비스(ENS)](https://medium.com/@svanas/delphi-and-ethereum-name-service-ens-4443cd278af7)
- [QuikNode, 이더리움 및 Delphi](https://medium.com/@svanas/quiknode-ethereum-and-delphi-f7bfc9671c23)
- [Delphi 및 이더리움 다크 포레스트(Dark Forest)](https://svanas.medium.com/delphi-and-the-ethereum-dark-forest-5b430da3ad93)
- [Delphi에서 한 토큰을 다른 토큰으로 스왑하기](https://svanas.medium.com/swap-one-token-for-another-in-delphi-bcb999c47f7)

더 많은 리소스를 찾고 계신가요? [ethereum.org/developers](/developers/)를 확인해 보세요.