All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.ipfs.kotlin.defaults.LocalIPFS.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0-rc
Show newest version
package io.ipfs.kotlin.defaults

import io.ipfs.kotlin.IPFS
import io.ipfs.kotlin.IPFSConfiguration

val localIPFSConfig by lazy {
    IPFSConfiguration("http://127.0.0.1:5001/api/v0/")
}

open class LocalIPFS : IPFS(localIPFSConfig)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy