commonMain.io.ipfs.kotlin.defaults.LocalIPFS.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ipfs-api Show documentation
Show all versions of ipfs-api Show documentation
IPFS API for kotlin to access a IPFS node via http
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