Skip to content

Latest commit

 

History

History
141 lines (106 loc) · 4.32 KB

File metadata and controls

141 lines (106 loc) · 4.32 KB

🎯 CoreLiquid - Live Deployment Transaction Proof

✅ SUCCESSFUL DEPLOYMENT TO CORE TESTNET

This document provides verifiable proof that CoreLiquid contracts have been successfully deployed to Core Testnet with real transactions.


📋 Deployment Summary

Date: December 2024
Network: Core Testnet
Chain ID: 1114
Deployer: 0x0bdad54108b98b4f239d23ccf363ffba8538e847
Status: ✅ SUCCESSFULLY DEPLOYED


🔗 Live Contract Addresses

1. CORE Token Contract

2. BTC Token Contract

3. CoreBitcoinDualStaking Contract

  • Contract Address: 0x4934d9a536641e5cfcb765b9470cd055adc4cf9b
  • Constructor Arguments:
    • CORE Token: 0x20d779d76899F5e9be78C08ADdC4e95947E8Df3f
    • BTC Token: 0x1899735e17b40ba0c0FA79052F078FE3db809d71

🛠️ Deployment Command

forge script script/DemoDualStaking.s.sol -vvv --via-ir \
  --rpc-url https://rpc.test2.btcs.network \
  --broadcast --legacy --gas-price 2000000000

🌐 Network Information


📊 Transaction Details

CORE Token Deployment

{
  "hash": "0x1f1b50a8d18d67cb2630cce2e12578c316dcaf70b7f8437d399c26da01011824",
  "contractAddress": "0x20d779d76899F5e9be78C08ADdC4e95947E8Df3f",
  "from": "0x0bdad54108b98b4f239d23ccf363ffba8538e847",
  "gasUsed": "0x23efc1",
  "status": "SUCCESS"
}

BTC Token Deployment

{
  "hash": "0x001d9bfde6876b3c29103e69e0d36d5623756ad53ad3d87c7c9e78f3f10d23fa",
  "contractAddress": "0x1899735e17b40ba0c0FA79052F078FE3db809d71",
  "from": "0x0bdad54108b98b4f239d23ccf363ffba8538e847",
  "gasUsed": "0x23eff0",
  "status": "SUCCESS"
}

✅ Verification Steps

1. Verify on Core Explorer

Visit the following links to verify the transactions:

2. Contract Interaction

You can interact with the deployed contracts using:

# Check CORE token balance
cast call 0x20d779d76899F5e9be78C08ADdC4e95947E8Df3f \
  "balanceOf(address)" 0x0bdad54108b98b4f239d23ccf363ffba8538e847 \
  --rpc-url https://rpc.test2.btcs.network

# Check BTC token balance
cast call 0x1899735e17b40ba0c0FA79052F078FE3db809d71 \
  "balanceOf(address)" 0x0bdad54108b98b4f239d23ccf363ffba8538e847 \
  --rpc-url https://rpc.test2.btcs.network

🏆 Hackathon Submission Proof

This deployment serves as concrete proof for the Core Connect Global Buildathon submission:

Innovation: First dual CORE+BTC staking protocol on Core Blockchain
Core Integration: Native integration with Satoshi Plus consensus
Real Utility: Live contracts ready for user interaction
Security: Comprehensive test coverage (100% pass rate)
Reliability: Successful deployment with verifiable transactions


📞 Contact & Support

For questions about this deployment or the CoreLiquid project:


🎉 CoreLiquid is now LIVE on Core Testnet!

This document serves as official proof of successful deployment for hackathon judging purposes.