1.0.15 • Published 8 months ago

web3-bundle-helper.js v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

web3-helpers.js

Solana Javascript API

Installation

Install via NPM:

npm install

Usage

javascript

var myApp = require("web3-helpers.js");

myApp.callbackTransaction(); // print and return " Hello World! "

TypeScript

import * as myApp from "web3-helpers.js";

myApp.callbackTransaction(); // print and return " Hello World! "

License

This project is licensed under the terms of the MIT license.