-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
import { TokenPocket } from 'ual-token-pocket'
import { UALProvider, withUAL } from 'ual-reactjs-renderer'
const exampleNet = {
chainId: '',
rpcEndpoints: [{
protocol: '',
host: '',
port: '',
}]
}
const App = (props) =>
{JSON.stringify(props.ual)}
const AppWithUAL = withUAL(App)
const tokenPocket = new TokenPocket([chain])
Metadata
Metadata
Assignees
Labels
No labels