Skip to content

Commit

Permalink
#147 local environment (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhkovdmitrii authored Apr 8, 2022
1 parent 6dd7260 commit 84d3bd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 3 additions & 5 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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',
Expand Down

0 comments on commit 84d3bd6

Please sign in to comment.