fyDai
Yield Protocol v1
File Explorer
- ci.yml
- types.d.ts
- chai.sol
- auth.sol
- dai.sol
- dsproxy.sol
- end.sol
- join.sol
- jug.sol
- lib.sol
- note.sol
- pot.sol
- ProxyRegistry.sol
- vat.sol
- weth.sol
- IController.sol
- IFlashMinter.sol
- IFYDai.sol
- ILiquidations.sol
- ITreasury.sol
- FlashMinterMock.sol
- FlashMintRedeemerMock.sol
- TestERC20.sol
- Controller.sol
- FYDai.sol
- Liquidations.sol
- Migrations.sol
- Treasury.sol
- Unwind.sol
- 1_initial_migration.js
- 2_deploy_external.js
- 3_deploy_fyDai.js
- 4_deploy_common.js
- fixed_addrs.json
- addresses.js
- debug_user.js
- ganache.sh
- mainnet-ganache.sh
- orchestration.js
- pool_liquidity.js
- renounce_ownership.js
- setup_mainnet_ganache.js
- 401_dealer_gas.ts
- fixtures.ts
- utils.spec.ts
- utils.ts
- 111_treasury_lending.ts
- 112_treasury_saving.ts
- 121_fyDai.ts
- 122_fyDai_delegation.ts
- 123_erc20_permit.ts
- 124_delegable_signature.ts
- 132_controller_weth.ts
- 133_controller_chai.ts
- 135_controller_delegation.ts
- 141_liquidations.ts
- 151_unwind_treasury.ts
- 152_unwind_controller.ts
- 153_unwind_liquidations.ts
- .eslintrc.json
- .gitattributes
- .gitignore
- .prettierrc
- .solcover.js
- .solhint.json
- .soliumignore
- .soliumrc.json
- buidler.config.ts
- LICENSE.md
- package.json
- README.md
- truffle-config.js
- tsconfig.json
- yarn.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
// repository documentation
Was this content helpful?
(0 ratings)
