OpenZeppelin / starter-kit-tutorial

An OpenZeppelin starter kit tutorial containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
https://openzeppelin.com/start
MIT License
38 stars 26 forks source link

The RimbeUi replaces PublicAddress with EthAddress #75

Open srinivasmangipudi opened 4 years ago

srinivasmangipudi commented 4 years ago

Was getting RimbleUI error when running npm start

abcoathup commented 4 years ago

I only get the rimbleUi error if I do an npm update in the client directory.

I don't get the error if I just run as is: Run ganache-cli in a separate terminal In an empty project directory unpack the starter kit: npx @openzeppelin/cli unpack starter Then cd client Then npm run start

:warning: This project is in maintenance mode. We are no longer actively developing new features, and will only be releasing fixes for high severity issues until July 2020. Read here for more info, and reach out if you are interested in taking over maintenance. We suggest looking into create-eth-app for a popular alternative to this project.