sol-ihor-lab
v1.0.7
Published
Solana laboratory utility
Readme
sol-ihor-lab
Solana laboratory utility code
Installation
Install via NPM:
npm install
Usage
javascript
var myApp = require("sol-ihor-lab");
myApp.callbackTransaction(); // print and return " Hello World! "TypeScript
import * as myApp from "sol-ihor-lab";
myApp.callbackTransaction(); // print and return " Hello World! "License
This project is licensed under the terms of the MIT license.
