redwood-eth-with-fauna
Repo for tutorial for how to build an Ethereum app using Redwood.js and FaunaDB
Reference
This project is a fork off the Emanator monorepo.
For more information, check out that monorepo for more info on the Ethereum mechanics.
Quick Start
If you want to get started with this project quickly:
-
Make sure you have the MetaMask browser extension installed.
-
Make sure to get your Fauna secret key from the Fauna dashboard as well as your Infura project ID. You will store both of these in the
.env
file of the branch in the next step. -
Git checkout to the
integrating-fauna
branch by running:
git checkout integrating-fauna
-
Run
yarn
thenyarn rw dev
-
Create a new NFT token!