TypeScript
Last updated
Was this helpful?
Last updated
Was this helpful?
In your project folder, create a minimal package.json
file:
Install the Radius TypeScript SDK:
Create a TypeScript file called index.ts
:
Create a minimal tsconfig.json
file:
Compile and run the code using the following command:
Be sure to replace the RADIUS_ENDPOINT
and PRIVATE_KEY
values with your own. See also: Radius testnet access and Create a Private Key.