Skip to content
New issue

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

Minor improvements to Basil demo #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dougiebuckets
Copy link

This doesn't completely resolve #13, but it's a start.

@@ -21,6 +21,7 @@ First we will need to [install Node.js following the instructions from their web
```sh
mkdir basil
cd basil
truffle init
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's avoid this line here since we are planning to start the project with zos instead

@@ -165,7 +166,7 @@ Another common thing that happens when developing smart contracts for Ethereum i
We could modify `contracts/Basil.sol`. But now let's try something else. Let's make a new contract in `contracts/BasilERC721.sol`, that inherits from our initial version of Basil:

```sol
pragma solidity ^0.4.21;
pragma solidity ^0.4.24;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you mind updating the project as well to follow this update?

@dougiebuckets dougiebuckets force-pushed the minor-improvements-to-basil-demo-#13 branch from 361fd2c to e5b5e4c Compare July 7, 2018 11:29
@dougiebuckets
Copy link
Author

@facuspagnuolo Should be all set. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants