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

Update README steps #10

Closed
wants to merge 80 commits into from
Closed

Conversation

cgcardona
Copy link

  • Cloning repo
  • Checking out hello-world-example branch
  • Install NodeJS dependencies
  • Create a new contract based on IHelloWorld.sol
  • Install the solc dependency
  • Generate an ABI and list flags
  • Example command to generate precompile files

README.md Outdated
Comment on lines 35 to 36

Copy the existing `IHelloWorld.sol` interface to a new file called `IHolaMundo.sol`.
Copy link
Collaborator

Choose a reason for hiding this comment

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

We can use some clarification here.

Suggested change
Copy the existing `IHelloWorld.sol` interface to a new file called `IHolaMundo.sol`.
`hello-world-example` branch has already a precompile contract called `HelloWorld.sol`. All necessary files are already created for you. You can check existing files and see how a fully implemented precompile should look like. If you'd like to redo steps to create a new precompile contract, you can follow the steps below.
Copy the existing `IHelloWorld.sol` interface to a new file called `IHolaMundo.sol`.

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