Skip to content

Commit

Permalink
Merge pull request #24 from radixdlt/develop
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
dawidsowardx authored May 9, 2024
2 parents b43c91b + b384d3c commit 585a90f
Show file tree
Hide file tree
Showing 7 changed files with 1,812 additions and 237 deletions.
File renamed without changes.
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
Loading

0 comments on commit 585a90f

Please sign in to comment.