Setup
1. initEndpoint()
First, you have to initialize the endpoint of API.
Syntax
Parameters
Name | Type | Required | Description |
---|---|---|---|
_endpoint | string | Yes | |
_webseedUrl | string | No | Webseed URL. Default value is: |
2. Adding EuenoProvider
We will enable eueno
library services by rendering a <EuenoProvider> component around our entire <App>.
Example
Let's add that to our App.js
file:
Last updated