1.1.0 • Published 12 months ago

@tonfurajs/core v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Tonfura.js

A simple developer tool for Ton ecosystem which contains specialized function with Tonfura rpc provider.

Features

  • Tonfura rpc method
  • Signed typed data

Install

npm install @tonfurajs/core

If you want to use tonfura rich function to build up your dapp. You can register an account and get a free api key.

There are some basic structures for sdk development.

Example

import { TonfuraJsonRpcProvider } from "@tonfurajs/core";

const client = new TonfuraJsonRpcProvider({
  network: "mainnet",
  apiKey: "YOUR_API_KEY",
});

const res = await client.getConsensusBlock();

console.log(res);

Documents

Documentation

License

MIT

1.1.0

12 months ago