Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.42 KB

File metadata and controls

43 lines (23 loc) · 1.42 KB

Creating a new Ethereum network


Lets say we want to create a new Ethereum network, initially with a full node. First, in the project's root folder, open a terminal and run:

node index

A new input will be prompted asking for your Chainstack's api key. You can get yours from Chainstack console.

api-key

After that, you can get to choose any of the requests specified in the api reference documentation:

001

Select Project Requests, then Create Project.

002

If we check the documentation reference for creating a project, it requires a few parameters in JSON format.

003

Now, you will be prompted to select all of this parameters as inputs to succesfully create a new ethereum network. First, you will be prompted to input a name for the project and then a description.

004

005

Finally, you'll be asked to select between a consortium and a public project.

006

If everything went correctly you shall see an output like this from the console.

007

You can check in the Chainstack's console that the project was created succesfully.

008