C.R.E.A.M. Finance
LendingIron BankAPI DocsForum
Ethereum Mainnet
Ethereum Mainnet
  • C.R.E.A.M. Finance
  • Contract Address
  • Audit Report
  • About
  • Press Kit
  • Terms of Service
  • Lending
    • Lending Contract Address
    • Collateral Factor & Reserve Factor
    • Interest Rate Model
    • Price Oracle
  • iceCREAM
    • iceCREAM Tokenomics
    • iceCREAM Mechanism Phase 1
    • iceCREAM Mechanism Phase 2
  • Developer
    • crTokens
    • Key Events
    • Error Codes
      • crTokens
      • Comptroller
    • Subgraph (GraphQL)
    • Testnet
    • Data API
  • CRETH2
    • What is Ethereum 2.0
    • Why Stake for CRETH2
    • Migration Schedule
    • CRETH2 Contract Address
  • Legacy
    • Swap
      • Swap v1
      • Swap v2
    • Reward Pool Contract Address
    • Inactive Staking pools Address
    • creamY
  • Give Feedback
Powered by GitBook
On this page
  • Contract Deployment Script
  • Installation
  • Setup
  • Deploy
  • App in Testnet

Was this helpful?

  1. Developer

Testnet

PreviousSubgraph (GraphQL)NextWhat is Ethereum 2.0

Last updated 3 years ago

Was this helpful?

Contract Deployment Script

Installation

git clone https://github.com/CreamFi/cream-deployment
cd cream-deployment
yarn install

Setup

cp .env.default .env

Fill in environment variables

Deploy

npx hardhat run scripts/deployComptroller.js --network <NETWORK>

App in Testnet

We support Göerli. Go to

GitHub repo
testnet.cream.finance