Skip to content

Commit

Permalink
docs: adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed May 9, 2024
1 parent 7dfff4e commit 3d0c9a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ ROLA is intended for use in the server backend portion of a Full Stack dApp. It

```typescript
import 'isomorphic-fetch'
import { Rola, NetworkId, SignedChallenge } from '@radixdlt/rola'
import { Rola, SignedChallenge } from '@radixdlt/rola'
import { NetworkId } from '@radixdlt/babylon-gateway-api-sdk'

const { verifySignedChallenge } = Rola({
networkId: NetworkId.RCNetV3,
networkId: NetworkId.Stokenet,
applicationName: 'Gumball Club',
dAppDefinitionAddress:
'account_tdx_e_128uml7z6mqqqtm035t83alawc3jkvap9sxavecs35ud3ct20jxxuhl',
Expand Down

0 comments on commit 3d0c9a4

Please sign in to comment.