EOSIO / EOSIO/ual-token-pocket
Toonza1150
Open
- Dominant language
- TypeScript
- Stars
- 24
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
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])
Contributor guide
Research direction
Start by reproducing the provided TokenPocket, UALProvider, and withUAL snippet in the repository's existing examples or entry points. The issue names no failing behavior, target file, test, or acceptance criteria, so completion cannot be verified until the intended change is clarified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- authentication, frontend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100