Skip to content

Evmlink/Tonlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TonLink Npm

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.

Feature

  • Use `tonweb`` to make pair generate in EVM chain .

  • Add TON txns to make simple transactions .

  • Generate new link (which allows to be paid) .

What is TonLink?

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 .

Basic Installation instructions

npm install @tonlink/api

Import 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);

About

TON blockchain link wallet

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published