We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
The given index.html is old, hence most of the scripts url is outdated, Replace all the scripts in index.html file with the following :
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="vendor/bootstrap/dist/js/bootstrap.min.js"></script> <!-- following truffle contract is retarder/old --> <!-- <script src="vendor/truffle-contract/dist/truffle-contract.js"></script> --> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/truffle-contract.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/ethereum/[email protected]/dist/web3.min.js"></script> <script src="app.js"></script>
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: