npm install stwebSastWeb aims to deliver a unified, seamless development experience influenced by Ethereum's Web3 implementation.
You can access either version specifically from the dist folder.
SastWeb is also compatible with frontend frameworks such as:
- Angular
- React
- Vue.
bash
npm install sastweb
`$3
First, don't use the release section of this repo, it has not updated in a long time.Then easiest way to use SastWeb in a browser is to install it as above and copy the dist file to your working folder. For example:
`
cp node_modules/blockweb/dist/BlockWeb.js ./js/blockweb.js
`
so that you can call it in your HTML page as
`