# Create Scrypto App

This is a template for a Create React App - https://create-react-app.dev/

## Getting started

To use this template you can run the following command in your terminal.
`npx create-react-app my-app --template cra-template-scrypto-app`

[Scrypto](https://developers.radixdlt.com/#get-started) is the smart contract language for the blockchain network [Radix](https://www.radixdlt.com/).

This template provides the dependencies required to build a frontend application for a given dApp.

It provides some hooks and mechanisms which you will need for development.

## Testnet
The test network for Radix is  [Stokenet](https://learn.radixdlt.com/article/what-is-stokenet)


## Deploying your smart contract
to deploy your smart contract you can use the site.
Testnet
https://stokenet-console.radixdlt.com/deploy-package

and mainnet

## API docs
https://radix-babylon-gateway-api.redoc.ly
