This repo is to build a browser base light wallet for TON blockchain
It will allows anyone to send some Cash Gift by TON blockchain
You can visit npm.
-
Use `tonweb`` to make pair generate in EVM chain .
-
Add TON txns to make simple transactions .
-
Generate new link (which allows to be paid) .
TonLink is a lightweight wallet designed to make TON blockchian assets transfer as easy as sending a link. It allows any web3auth/unipass/magicWallet user to easly transfer money and share any kinds of token including NFT easly by linkes .
npm install @tonlink/apiImport Instructions
import { TonLink } from '@tonlink';Create a TonLink
const ton = TonLink.create("http://localhost/","Hello,ton");Recover from a link
const rawData = 'GbShaw6kj5XdWnqpmDcoeXq6gUtXtqdYdnejW58aAeRSZUZYLpRnFZ8X8zyFic9wyd6meGSUQapUAVA55dp85h2fCU8nHg1E3158fMPe3M5tZAoQytcxdga73aquiAbAFPTEkzBCK3zC3h3FgMLzQ'
const ton = TonLink.fromRawData(rawData);