biketrack-plainjs/functions.js~

16 lines
291 B
JavaScript
Raw Normal View History

2022-07-13 13:16:24 +02:00
//async function main () {
// Create IPFS instance
//const ipfsOptions = { repo : './ipfs', }
//const ipfs = await IPFS.create(ipfsOptions)
// Create OrbitDB instance
//const orbitdb = await OrbitDB.createInstance(ipfs)
//}
//
function aundb (a, b) {
return a * b;
}