starter-kit-tutorial icon indicating copy to clipboard operation
starter-kit-tutorial copied to clipboard

An OpenZeppelin starter kit tutorial containing React, OpenZeppelin SDK & OpenZeppelin Contracts.

Results 29 starter-kit-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl...

dependencies
security

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 2.0.1 to 2.5.0. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-react-hooks&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.5.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-react-hooks&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.5.0) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.12.0 to 16.13.0. Release notes Sourced from react-dom's releases. 16.13.0 (February 26, 2020) React Warn when a string ref is used in a manner that's not amenable...

dependencies

Contracts in my contracts folder have no problem finding things like * import "@openzeppelin/upgrades/contracts/Initializable.sol"; or * import "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/IERC20.sol"; * import "@openzeppelin/contracts-ethereum-package/contracts/token/ERC20/StandaloneERC20.sol"; * import "@openzeppelin/contracts-ethereum-package/contracts/ownership/Ownable.sol"; * import "@openzeppelin/upgrades/contracts/Initializable.sol"; but it seems...

bug

Bumps [@openzeppelin/solidity-loader](https://github.com/OpenZeppelin/solidity-loader) from 1.5.1-rc.0 to 1.5.1. Commits See full diff in compare view [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@openzeppelin/solidity-loader&package-manager=npm_and_yarn&previous-version=1.5.1-rc.0&new-version=1.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=@openzeppelin/solidity-loader&package-manager=npm_and_yarn&previous-version=1.5.1-rc.0&new-version=1.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I'm using Windows 10. I get the following output with errors after `npm run start`: Compiled with warnings. ./src/components/Header/index.js Line 3: 'logo' is defined but never used no-unused-vars ./src/components/Footer/index.js Line...

I'm trying to unpack the start kit tutorial following the given instructions. I am using fresh install of Truffle, Gnache, NodeJS, npm and OpenZepplinSDK. It fails at "openzeppelin unpack tutorial"...

bug

Following the install instructions I can't install on Windows 10. Looks like it can't find the WebSocket-Node.git 1225 verbose stack Error: spawn git ENOENT 1225 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)...