Level: Basic
With this example application lists you can send a message to another account
Run the index.html
in any static file server.
Using serve may be the easiest way:
npm i -g serve
cd ./web/vanilla/send-message
serve
- Open browser at given url, i.e.
http://localhost:5000
- core/api.message.sendMessage
- core/composeApi
- core/ContractHelper
- crypto/generateMasterKeys
- util/convertAddressToNumericId