starter-kit-tutorial
starter-kit-tutorial copied to clipboard
An OpenZeppelin starter kit tutorial containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.1 to 3.1.3. Changelog Sourced from eslint-plugin-prettier's changelog. v3.1.3 (2020-04-13) Fix: Set meta.type to "layout" (#283) (97152e2) build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106) build(deps): [security]...
PublicAdress has been replaced by EthAddress
PublicAddress is replaced by EthAddress
The old rimble Ui package was throwing errors as PublicAddress was replaced by EthAddress
Was getting RimbleUI error when running npm start
Bumps [@openzeppelin/contracts-ethereum-package](https://github.com/OpenZeppelin/openzeppelin-contracts-ethereum-package) from 2.4.0 to 2.5.0. Changelog Sourced from @openzeppelin/contracts-ethereum-package's changelog. 2.5.0 (2020-02-04) New features SafeCast.toUintXX: new library for integer downcasting, which allows for safe operation on smaller types (e.g....
Bumps [@openzeppelin/upgrades](https://github.com/OpenZeppelin/openzeppelin-sdk) from 2.6.0 to 2.8.0. Release notes Sourced from @openzeppelin/upgrades's releases. v2.8.0 With this new release you’ll be able to deploy non-upgradeable instances of your contracts. Read the full...
Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.3.0 to 3.4.1. Changelog Sourced from react-scripts's changelog. 3.4.1 (2020-03-20) v3.4.1 is a maintenance release that includes minor bug fixes and documentation updates including upgrading Babel to...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.20.2. Changelog Sourced from eslint-plugin-import's changelog. [2.20.2] - 2020-03-28 Fixed [order]: fix isExternalModule detect on windows (#1651, thanks [@fisker]) [order]: recognize ".." as a "parent"...
Comment out `decreaseCounter` to match tutorial process. Reported by a community member via Intercom