diff --git a/docs/developing/dev_environment/solana_cluster/cluster_installation.md b/docs/developing/dev_environment/solana_cluster/cluster_installation.md index 0dc3e492..3e53bbcc 100644 --- a/docs/developing/dev_environment/solana_cluster/cluster_installation.md +++ b/docs/developing/dev_environment/solana_cluster/cluster_installation.md @@ -88,7 +88,7 @@ This container helps deploy the Neon EVM base contract onto Solana that listens - SOLANA_URL=http://solana:8899 networks: - net - command: bash -c "create-test-accounts.sh 1 && deploy-evm.sh && /opt/spl-token create-account HPsV9Deocecw3GeZv1FkAPNCBRfuVyfw9MMwjwRe1xaU && /opt/spl-token mint HPsV9Deocecw3GeZv1FkAPNCBRfuVyfw9MMwjwRe1xaU 1000000000 --owner /opt/ evm_loader-keypair.json -- HX14J4Pp9CgSbWP13Dtpm8VLJpNxMYffLtRCRGsx7Edv" + command: bash -c "create-test-accounts.sh 1 && deploy-evm.sh" networks: net: @@ -129,6 +129,8 @@ This container aims to handle the database that stores all the relevant Ethereum - net ports: - "127.0.0.1:5432:5432" + expose: + - "5432" dbcreation: container_name: dbcreation @@ -257,7 +259,7 @@ The Faucet service provides the liquidity in `NEON` to all the accounts that are faucet: container_name: faucet - image: neonlabsorg/faucet:local + image: neonlabsorg/faucet:latest environment: - FAUCET_RPC_BIND=0.0.0.0 - FAUCET_RPC_PORT=3333 diff --git a/sidebars.js b/sidebars.js index ca7481a8..b44d91ee 100644 --- a/sidebars.js +++ b/sidebars.js @@ -38,10 +38,8 @@ module.exports = { label: 'Setting up Environment', items: [ 'developing/dev_environment/choosing_proxy', 'developing/dev_environment/connect_to_solana_via_proxy', - 'developing/dev_environment/solana_cluster/cluster_installation', - ] - }, - { + { type: 'doc', label: 'Local Neon EVM environment', id: 'developing/dev_environment/solana_cluster/cluster_installation' } ] + }, { type: 'category', label: 'Deploying dApps', items: [ @@ -58,7 +56,7 @@ module.exports = { type: 'category', label: 'Using utilities', items: [ - { type: 'link', label: 'NeonScan', href: "https://neonscan.'org/" }, + { type: 'link', label: 'NeonScan', href: "https://neonscan.org/" }, 'developing/utilities/neonpass', 'developing/utilities/neonswap', 'developing/utilities/faucet',