This example demonstrates an implementation of the Universal Authenticator Library Renderer for PlainJS in a simple EOS transfer DAPP. It uses the UAL for Scatter Authenticator.
EOSIO Labs repositories are experimental. Developers in the community are encouraged to use EOSIO Labs repositories as the basis for code and concepts to incorporate into their applications. Community members are also welcome to contribute and further develop these repositories. Since these repositories are not supported by Block.one, we may not provide responses to issue reports, pull requests, updates to functionality, or other requests from the community, and we encourage the community to take responsibility for these.
yarn
cp default.env .envThe example application uses an environment configuration for the chain and rpc endpoints. Update the values in the .env file you created in the first step to point the application at your preferred chain and run the example.
The .env file that is generated from the first step has the following defaults:
CHAIN_ID=cf057bbfb72640471fd910bcb67639c22df9f92470936cddc1ade0e2f2e7dc4f
RPC_PROTOCOL=http
RPC_HOST=localhost
RPC_PORT=8888
yarn exampleNavigate to http://localhost:3000 to see the example application
See LICENSE for copyright and license terms.
All repositories and other materials are provided subject to the terms of this IMPORTANT notice and you must familiarize yourself with its terms. The notice contains important information, limitations and restrictions relating to our software, publications, trademarks, third-party resources, and forward-looking statements. By accessing any of our repositories and other materials, you accept and agree to the terms of the notice.