hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

feat: Add smart-contract example #110

Closed yashrajdesai closed 1 year ago

yashrajdesai commented 2 years ago

Description

This PR adds an example for executing smart contracts with the help of Call Engine.

I have referred this code to add getAccountTransactions example using smart-contract.