Ethernal
Home
Dashboard
Github
Discord
Search…
Ethernal Documentation
FAQ
Getting Started
Quickstart
CLI
Hardhat Project Setup
Truffle Project Setup
Self-hosted Installation
Firebase Functions Direct Access
Dashboard
Addresses
Accounts
Blocks
Transactions
Contracts
Tokens
Settings
Integrations
Alchemy
API
Powered By
GitBook
Quickstart
Get up and running with Ethernal in a few minutes
To signup, just head to
https://app.tryethernal.com
. You will just need an email address.
On your first login, you will be asked to create a workspace. Workspaces consist of a name & a server address.
Each workspace has its own dashboard, with its own data. It's useful if you are working with different chains.
The dashboard will be accessible even if your server is not running. However, it needs to be at the time of the workspace creation.
Once the connection to the server has been established you'll be asked to install the CLI. To do so, just run the following command:
1
npm
install
ethernal -g
Copied!
Then, log in with your credentials and start listening to transactions:
1
ethernal login
Copied!
1
ethernal listen
Copied!
You can also skip the login command and use env variables:
1
ETHERNAL_EMAIL
=
[email protected]
ETHERNAL_PASSWORD
=
yourpwd ethernal listen
Copied!
To complete your onboarding, you will need to generate one transaction. You can run a migration for example.
After that, go back to your dashboard, and should see a confirmation that the transaction has been received. Your dashboard is now ready!
As a next step, we recommend that you set up data synchronization for contracts.
Hardhat Project Setup
Truffle Project Setup
Previous
FAQ
Next - Getting Started
CLI
Last modified
5mo ago
Copy link