Allows composing requests for the Witnet Decentralized Oracle Network using Javascript.
If you want to create Witnet request from your existing Javascript
projects, you can simply add the witnet-requests
package as a
dependency:
npm install witnet-requests
The Witnet protocol documentation features a complete tutorial on how to write your first Witnet request.
witnet-requests-js
is published under the MIT license.