README
How to use base setup.
Start the blockchain network
- run
sh startFabric.sh
Start the api (i.e node.js module)
cd apithennpm installto install node modules.- node app.js
edjchain wrapper functions
<script type="module">
import edjchain from 'https://cdn.skypack.dev/edjchain';
</script>
sh startFabric.shcd api then npm install to install node modules.