ipts

0.0.5 • Public • Published

IPTS

InterPlanetary Tagging Service -- ipts.io

IPTS is the tagging service for associating git-style tags (i.e. head) with IPFS hashes and visa versa.

Install

npm install ipts
const { get, set, remove } = require("ipts")

const run = async () => {
  console.log('get', await get("hellothere"))
  console.log('set', await set("hellothere", Math.random() * 1000))
  console.log('get', await get("hellothere"))
  console.log('remove', await remove("hellothere"))
  console.log('get', await get("hellothere"))
}

run()

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ipts

    Weekly Downloads

    4

    Version

    0.0.5

    License

    ISC

    Last publish

    Collaborators

    • royvandewater
    • peterdemartini
    • iamruinous
    • chrismatthieu