Overview
Ethereum testnet networks
This tutorial has recently been updated to use the Görli Ethereum testnet instead of Kovan.
This tutorial will walk you through writing a front-end app that uses RenVM to mint BTC to an Ethereum smart contract. It is designed to be a quick introduction to RenVM and should be read together with the other examples, which provide more in-depth explanations.
Sections:
- Smart Contract - Write a basic smart contract that can mint renBTC
- React Setup - Setup the React repo
- Chain Transactions - Write a component for handling chain transactions
- Gateway Transactions - Write a component for handling gateway transactions
- Gateways - Handle creating new gateways
- App - Create the top-level App component
tip
The code for this tutorial can be found on GitHub: https://github.com/renproject/ren-js-v3-tutorial, and a live version can be found here: https://renproject.github.io/ren-js-v3-tutorial