This document provides verifiable proof that CoreLiquid contracts have been successfully deployed to Core Testnet with real transactions.
Date: December 2024
Network: Core Testnet
Chain ID: 1114
Deployer: 0x0bdad54108b98b4f239d23ccf363ffba8538e847
Status: ✅ SUCCESSFULLY DEPLOYED
- Contract Address:
0x20d779d76899F5e9be78C08ADdC4e95947E8Df3f - Transaction Hash:
0x1f1b50a8d18d67cb2630cce2e12578c316dcaf70b7f8437d399c26da01011824 - Explorer Link: https://scan.test2.btcs.network/tx/0x1f1b50a8d18d67cb2630cce2e12578c316dcaf70b7f8437d399c26da01011824
- Token Details:
- Name: Core Token
- Symbol: CORE
- Decimals: 18
- Initial Supply: 1,000,000 CORE
- Contract Address:
0x1899735e17b40ba0c0FA79052F078FE3db809d71 - Transaction Hash:
0x001d9bfde6876b3c29103e69e0d36d5623756ad53ad3d87c7c9e78f3f10d23fa - Explorer Link: https://scan.test2.btcs.network/tx/0x001d9bfde6876b3c29103e69e0d36d5623756ad53ad3d87c7c9e78f3f10d23fa
- Token Details:
- Name: Bitcoin Token
- Symbol: BTC
- Decimals: 18
- Initial Supply: 10,000 BTC
- Contract Address:
0x4934d9a536641e5cfcb765b9470cd055adc4cf9b - Constructor Arguments:
- CORE Token: 0x20d779d76899F5e9be78C08ADdC4e95947E8Df3f
- BTC Token: 0x1899735e17b40ba0c0FA79052F078FE3db809d71
forge script script/DemoDualStaking.s.sol -vvv --via-ir \
--rpc-url https://rpc.test2.btcs.network \
--broadcast --legacy --gas-price 2000000000- Network Name: Core Testnet
- Chain ID: 1114
- RPC URL: https://rpc.test2.btcs.network
- Block Explorer: https://scan.test2.btcs.network
- Gas Price Used: 2.0 gwei
{
"hash": "0x1f1b50a8d18d67cb2630cce2e12578c316dcaf70b7f8437d399c26da01011824",
"contractAddress": "0x20d779d76899F5e9be78C08ADdC4e95947E8Df3f",
"from": "0x0bdad54108b98b4f239d23ccf363ffba8538e847",
"gasUsed": "0x23efc1",
"status": "SUCCESS"
}{
"hash": "0x001d9bfde6876b3c29103e69e0d36d5623756ad53ad3d87c7c9e78f3f10d23fa",
"contractAddress": "0x1899735e17b40ba0c0FA79052F078FE3db809d71",
"from": "0x0bdad54108b98b4f239d23ccf363ffba8538e847",
"gasUsed": "0x23eff0",
"status": "SUCCESS"
}Visit the following links to verify the transactions:
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.networkThis 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
For questions about this deployment or the CoreLiquid project:
- GitHub: CoreLiquid Repository
- Documentation: See README.md and HACKATHON_SUBMISSION.md
- Core Community: Core DAO Community
🎉 CoreLiquid is now LIVE on Core Testnet!
This document serves as official proof of successful deployment for hackathon judging purposes.