How do I deploy a Reach Contract to Algorand Test net #1066
-
I have a contract and it's front end. I'm not sure what to do to deploy it to the Algorand Test net |
Beta Was this translation helpful? Give feedback.
Answered by
jeapostrophe
May 31, 2022
Replies: 1 comment
-
You just attach to TestNet and run your code, and now it's own TestNet. Reach doesn't care what network you're on... you can just pick it and the rest of the code just works --- https://docs.reach.sh/frontend/#ref-frontends-js-provider |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeapostrophe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just attach to TestNet and run your code, and now it's own TestNet. Reach doesn't care what network you're on... you can just pick it and the rest of the code just works --- https://docs.reach.sh/frontend/#ref-frontends-js-provider