Skip to content

greymass/ual-plainjs-renderer-demo-multipass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ual-anchor-plainjs-demo-multipass

This demo is a developer focused example to help show how UAL (ual-reactjs-renderer) can be used to create a multi-wallet, multi-chain, multi-account, multi-device EOSIO applications. It was created using the create-react-app generic boilerplate and also includes ual-anchor, ual-ledger, and ual-scatter.

To run the demo, you'll just need to clone down this repository and run:

yarn install --frozen-lockfile
yarn start

The demo will launch in your browser in a local server.

You can also view this demo live at the following URL:

https://greymass.github.io/ual-anchor-plainjs-demo-multipass/

Documentation

The code itself is documented and the bulk of the implementation can be found inside ./src/App.js. If you read through this code, you should be able to understand exactly how to instantiate anchor-link with the browser transport, and create ESR protocol requests.

Signature Provider Support

This demo has been confirmed to work with:

It should work with any signature provider/wallet that integrates with the ESR Protocol specification.

Testnet Support

The current test networks are defined in ./src/assets/blockchain.json. Additional networks can be enabled by adding new definitions to this file.

The logos for each network are also located in ./src/assets, and are defined in ./src/Blockchains.js.

Further reading

For more information about the technologies involved, please refer to:

Communications

Feel free to join us in telegram to discuss this or ask questions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published