Delphereum is a Delphi interface to the Ethereum blockchain that allows for development of native dapps (aka decentralized applications).
Delphi is a development environment that compiles into native apps for Windows, macOS, iOS, and Android.
Ethereum is a blockchain-based distributed computing platform and operating system featuring smart contracts.
A smart contract is a computation that takes place on a blockchain or distributed ledger. You can think of a smart contract as a microservice that runs trustless on the backend of your application.
Smart contracts can have many applications, ranging from sports betting to online voting. But the true power of smart contracts is in managing assets that have value and are scarce.
Once added to the blockchain, a smart contract becomes public and cannot be modified or removed. This assures your users that the rules are transparent and will never change.
A dapp is an application whose backend runs on a decentralised network with trustless protocols. Dapps aren’t owned by anyone, cannot be shut down, and have zero downtime.
Delphereum supports every EVM-compatible network, including (but not limited to)
Before you can compile this project, you will need to clone the following repositories, and then add them to your Delphi Library path:
git clone https://github.com/rvelthuis/DelphiBigNumbers
git clone https://github.com/Xor-el/SimpleBaseLib4Pascal
git clone https://github.com/Xor-el/HashLib4Pascal
git clone https://github.com/Xor-el/CryptoLib4Pascal
Please note there are NO runtime dependencies. Delphereum is lightweight and self-contained.
- Connecting Delphi to a local (in-memory) blockchain
- Connecting Delphi to the Ethereum main net
- Connecting Delphi to smart contracts
- Generating an Ethereum-signed message signature in Delphi
- Transferring ether with Delphi
- Transferring ERC-20 tokens with Delphi
- Delphi and Ethereum Name Service (ENS)
- A 3-minute Smart Contract and Delphi - Part 1
- A 3-minute Smart Contract and Delphi - Part 2
- QuikNode, Ethereum and Delphi
- Delphi and the Ethereum Dark Forest
Bankless is a DeFi desktop app with the highest possible yield on your stablecoin savings.
Made with Delphi, Bankless is a small and simple dapp that makes it super easy to transfer your savings from one lending protocol to another with the click of one button.
You can download Bankless for Windows or for macOS.
Distributed under the Creative Commons NonCommercial (aka CC BY-NC) license.
Commercial support and training is available from Stefan van As.