Skip to content

peezy/simple-dapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yvToken

Project customization

Edit variables in config.js accordingly

    TITLE: "yVault", // Title of the vault
    LOGO: "🏆🪙", //Emojis to show on top, make it fun please
    VAULT_ADDR: "0x33bd0f9618cf38fea8f7f01e1514ab63b9bde64b", //Vault address
    WANT_ADDR: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", //token address
    WANT_SYMBOL: "USDC", // want symbol to show in UI
    COINGECKO_SYMBOL: "usd-coin", //coingecko symbol, might be the same as WANT_SYMBOL
    VAULT_DEV : "emilianobonassi", //Developer of the vault
    BLOCK_ACTIVATED: 1606599919, //When the vault was activated

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Simple dApp for test UIs for Yearn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 78.2%
  • JavaScript 16.9%
  • HTML 4.9%