1.0.2 • Published 2 years ago

@zondax/fvm-client-tool v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

FVM Client Tool

License GithubActions


zondax_light zondax_dark

Please visit our website at zondax.ch


This project is meant to be used as a client library to interact with your smart contracts. You will be able to install, instantiate and invoke methods of your smart contract. This is a JS package you can import easily in your project.

Please, check the example folder in order to get more intel on how to use the client tool. It is super easy!

Guidelines

Install

To install a smart contract, you just need your binary file.

Instantiate

To create a new instance of that smart contract, you need the ABI and the CID you get when installing the binary file.

Interact

To interact with it, you need the ABI and one of two paths: the CID you get when installing the smart contract, or the address of your smart contract instance.