How to use multichain in angular 2

+1 vote
Hello, here i try to run multichain with angular 2, so any one guid me
asked Nov 10, 2017 by Darwin

1 Answer

0 votes
You would need to run MultiChain on the back-end of your server, and expose some limited APIs to your front-end code that would trigger MlutiChain API calls. You cannot give your front-end code direct access to the MultiChain API, because this would not be safe.
answered Nov 10, 2017 by MultiChain
...