But Where should i enter my code?

+1 vote
I have read document's smart filters part but i actually wanted each and every step to run my code. Like how should i add my code in command line. There it's written that java-script engine is already embedded. But in which location i have to add java-script code? How should i check that it is working properly? All these things i wanted to know. Can anyone please guide me? And also i want to know more about smart filters. So is there any article or research paper which can be helpful to me to know smart-filters in detail?
related to an answer for: How to create transaction filters?
asked Jan 26, 2020 by anonymous

1 Answer

0 votes
You can read this to understand Smart Filters and how they compare with other smart contract paradigms:

https://www.multichain.com/blog/2018/12/smart-contract-showdown/

The bottom of this page contains a step-by-step tutorial for creating and adding a smart filter through the command line:

https://www.multichain.com/developers/smart-filters/

You can also use the MultiChain Web Demo to write Smart Filter and test them on new transactions:

https://github.com/MultiChain/multichain-web-demo
answered Jan 27, 2020 by MultiChain
...