Skip to content

patnir/smart-contract-sdk-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smart-contract-sdk-generator

Dependencies:

  1. ts-node

Run the following command to create an SDK from a local ABI file:

npx ts-node main.ts ./Example.json 

Run the following command to create a READ-ONLY SDK from a local ABI file. This SDK will only call the READ ONLY functions of the smart contract

npx ts-node main.ts ./Example.json --readyOnly

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published