fission-sdk
Advanced tools
Changelog
v0.14.2
console.log
callsjs-ipfs
to v0.48.1
(was v0.48.0
)Changelog
v0.14.1
Removed the default import from the index file. Now you use the SDK as follows, browser stays the same.
import * as sdk from "fission-sdk";
import { initialise } from "fission-sdk";
sdk.initialise();
initialise();
Changelog
v0.14.0
isAuthenticated
to initialise
initialise
will return an instance of the file system (can be disabled in case you use web workers)loadFileSystem
to load a file system (called automatically from initialise
unless disabled). This function is responsible for caching the file system locally and making a file system if the user hasn't got one yet.fs.appPath.private
and fs.appPath.public
function to build paths.fs.exists
, fs.read
and fs.write
file system methods