Quick start
To install and run Obyte.js, follow this quick start guide.
Install
Obyte.js was designed to work both in the browser and in Node.js.
Node.js
To install Obyte.js on Node.js, open your terminal and run:
Browser
You can create an index.html file and include Obyte.js with:
Usage
Ways to initiate WebSocket client:
Close the client:
All API methods follow this pattern:
Transaction
To compose and post unit you need first to create a Obyte wallet and fund it with the native currency ‘bytes’. The generated WIF will be used on Obyte.js. Click on the link below to learn more:
Generate a random addressSending a payment:
Last updated