A Web3 front-end to interact with Realm.
- Clone Project
$ git clone https://github.com/wyze/realm-ui.git $ cd realm-ui $ yarn - Install MetaMask
- Setup Environment Variables
ETHERSCAN_API_KEY: This will be used to verify contracts on EtherscanRINKEBY_ACCOUNTS: Your wallet's private key (Recommended: Make new wallet just for this)RINKEBY_URL: Url to Alchemy or Infura
The contracts here were developed by the awesome @jona and are copied in here for easier development and ABI generation. You can find the source code for the contracts at jona/realm.
The deployment script for the contract will automatically update the front-end code to use the latest contract address and ABI.
$ yarn contract:deploy
$ yarn contract:verify$ yarn dev$ yarn test$ yarn buildMIT © Neil Kistner