Intermediate5 minBlockchain
juno
juno deployed on Akash Network via Blazing Core.
#akash#blazing-core#blockchain
core.yaml
Setup Instructions
What is Juno?
Juno is a golang Starknet node implementation by Nethermind with the aim of decentralising Starknet.
Deploy Starknet node
- Install Keplr wallet as a browser extension
- Fund your wallet with at least 5 AKT. How to get AKT? Read at https://akash.network/token
- Open Akash Console and connect your Keplr wallet
- Create a certificate
- Create deployment
- Choose
Emptyfor the template and copy-and-paste thedeploy.yamlfile from this repository
Don't forget to use your own API key from Infura in SDL. Node will sync after deployment.
Click here to learn more about deploying.
Get Access to Starknet RPC
Juno is compatible with the following Starknet API versions:
- v0.6.0 (Endpoint: /v0_6 or default /)
- v0.5.0 (Endpoint: /v0_5)
To interact with a specific API version, you can specify the version endpoint in your RPC calls. For example:
Plain Text
Use URI from Akash Console after deployment instead of http://localhost:6060
Documentation
Juno Website Juno on Github Infura JSON-RPC methods Starknet Website