KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
103 stars 94 forks source link

feat(app-dir): implement root application dir `.kdf` #2102

Closed onur-ozkan closed 4 months ago

onur-ozkan commented 5 months ago

Consolidates all the runtime files together under $HOME/.kdf by default (so you don't have to set environment variables on the host). This should improve the user experience significantly as this is a standard practice followed by most of the programs on UNIX systems.

onur-ozkan commented 5 months ago

I am aware for the WASM problem, will fix it.