0.1.11 • Published 15 days ago

@tiplink/api v0.1.11

Weekly downloads
-
License
LicenseRef-LICENS...
Repository
github
Last release
15 days ago

TipLink API

Full Documentation

What is TipLink?

TipLink is a lightweight wallet designed to make transferring digital assets as easy as sending a link. Our non-custodial wallet allows you to have complete control of your assets by connecting your Gmail account or Solana wallet.

Someone with crypto can create a TipLink and send that link to anyone over any platform (text, discord, email, etc). The amazing thing is, the link is the wallet!

TipLink offers the benefits of decentralization and self-custody without worrying about seed phrases, arcane key management, apps, and browser extensions.

Basic Installation instructions

npm install @tiplink/api

Import Instructions

import { TipLink } from '@tiplink/api';

Create a TipLink

TipLink.create().then(tiplink => {
  console.log("link: ", tiplink.url.toString());
  console.log("publicKey: ", tiplink.keypair.publicKey.toBase58());
  return tiplink;
});
const tp = 'https://tiplink.io/i#TIPLINK_HASH';
TipLink.fromLink(tp).then(tiplink => {
  console.log("converted publicKey: ", tiplink.keypair.publicKey.toBase58());
  return tiplink;
});

Note: If adding as a local path or GitHub URL, run npm install and npm run build manually in your build processes.

0.1.11

15 days ago

0.1.9

1 month ago

0.1.8

2 months ago

0.1.7-beta3

2 months ago

0.1.7-beta2

2 months ago

0.1.7-beta1

2 months ago

0.1.6-beta1

4 months ago

0.1.6-beta2

4 months ago

0.1.5-beta2

7 months ago

0.1.5-beta1

7 months ago

0.1.3

8 months ago

0.1.2

1 year ago

0.1.2-beta2

1 year ago

0.1.2-beta1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago