Skip to content

Instantly share code, notes, and snippets.

@Sajjon
Last active April 2, 2021 09:38
Show Gist options
  • Save Sajjon/d63cc3280808d3fe26bc1dd4bca0de7b to your computer and use it in GitHub Desktop.
Save Sajjon/d63cc3280808d3fe26bc1dd4bca0de7b to your computer and use it in GitHub Desktop.
Mock Radix
Deprecated in favour of: https://github.com/radixdlt/radixdlt-javascript/blob/main/packages/application/test/mockRadix.ts
@Sajjon
Copy link
Author

Sajjon commented Mar 30, 2021

Usage:

import { mockedAPI } from 'mockRadix' // or similar

const radix = Radix.create()
    .login('my pass', loadKeystoreFunc)
    .__withAPI(mockedAPI)

@Sajjon
Copy link
Author

Sajjon commented Apr 2, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment