Back to Main Page
Link to: Curriculum Vitae
Link to: Research / Teaching
Link to: DeFi For Dummies Code
Link to: NFTs For Dummies Code
(External) Link to: SCU Faculty Page (Finance)
(External) Link to: SSRN page



**Note: The Ropsten Testnet (referenced in DeFi For Dummies) has been deprecated. The references below link to the Sepolia Testnet.

Sample Smart Contract Code from Ch.11

Download: MyFirstContract.sol
This source code can be compiled and deployed via the Remix IDE.

Follow MyFirstContract on the Sepolia Test Network

Originating EOA Address: 0xC3Da0eaB3D30C4a6a298467729B00F659daDA0BC
Contract Account Address: 0xA4a29FB59800c511C1640d7fc65C37A1C20f7DEc

(Original contract-account address on Ropsten: 0x19bc7cF3213Fb21f2319dB91323352fb09fcA641)

Follow MyFirstContract on the BSC Testnet

Originating EOA Address: 0xd4Dd8745Bf85C1F93A5B6c02E125Ae6264F37368
Contract Account Address: 0x61B36cb042D368A232A62f517bbed86b82b7acc3



Sample Smart Contract + DApp Code from Ch.13

Download: Crowdfund.sol
This source code can be compiled and deployed via the Remix IDE.
You can access the flattened file here: Crowdfund_flat.sol

Template for Frontend Web Application

Download: Crowdfund.rmd
This source code can be compiled and deployed using the RStudio Desktop IDE combined with R.

The final dApp can be accessed at https://seoyoungkim.shinyapps.io/Crowdfund/

Follow the Crowdfund Contract on Sepolia Test Network

Originating EOA Address: 0xC3Da0eaB3D30C4a6a298467729B00F659daDA0BC
Contract Account Address: 0x368113c092e11F08478a63B778B88590563864BC
DEFIFD Token Tracker: 0x368113c092e11F08478a63B778B88590563864BC

(Original contract-account address on Ropsten: 0xc325b0C0e7fC36e227C88b0a9e18cfA6809f68b6)