User info related to education and experience

+2 votes
I am making a MERN stack application where I want to store profile data pertaining to education and experience of the user on multichain managed private blockchain. Please help anyone with that.
asked Mar 9, 2019 by prateek951

1 Answer

+2 votes
You can get started by using one of the JavaScript libraries for MultiChain:

https://www.multichain.com/developers/

Or alternatively, just use the JSON-RPC API directly – this might be necessary if the JavaScript library doesn't cover all the MultiChain API calls you need.
answered Mar 11, 2019 by MultiChain
...