This is to demonstrate configuring, building and running a sample Testnet with an Ethereum chain. Clone this repo and follow along.
On your home page, you should be able to copy your User Key which is found on the top right of the page.
On your projects page, each project has a Project Key that you can copy.
Run the command:
harbor configure keys
This will ask you to add in your credentials, which include your User Key and Project Key. Find them in the app and paste them here.
To run the Testnet, execute the following command in the same directory as this project:
harbor apply <testnet-name>
Where <testnet-name>
is a Testnet name of your choosing.
You should see this:
Checking ~/.harbor.key for your credentials
Validating testnet name...
Configuring chain...
At the end of the logs, you should see your chain with endpoints:
Updating testnet status...
ethereum
RUNNING
http://34.204.90.58:4000
Total chains count: 1
Total off-chain actors count: 0
You can now interact with them using the endpoints.