Skip to content

Commit

Permalink
Modified Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 24, 2024
1 parent cdef5cb commit e3df664
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions AVALANCHE-L1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ General avalanche instructions: `avalanche -h`

## 0. Start the GitHub codespace

Run [avalanche-starter-kit](https://github.com/ava-labs/avalanche-starter-kit) as GitHub codespaces (click on Code, Go to tab Codespaces, Click on `+` to start a new codespace):
Go to [avalanche-starter-kit](https://github.com/ava-labs/avalanche-starter-kit), open Code, switch to tab Codespaces, then click on `+` to start a new codespace:

It'll take some time to load, go take a walk or something
It'll take some time to load, go take a walk or do something else while it loads

## 1. Create and Start the local blockchain

Expand All @@ -25,12 +25,6 @@ It'll take some time to load, go take a walk or something
> NOTE: Remember [GitHub will provide users in the free plan](https://docs.github.com/es/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces) (boo!) 120 core hours or 60 hours of run time on a 2 core codespace, plus 15 GB of storage each month. So remember to shut it down when you're not using it.
> NOTE for Ava Labs: Maybe a **function to set Port 9650 to public** could be a temporary improvement to open it until it's opened automatically by default.
> NOTE for Ava Labs: Codespace should be kept alive automatically on codespaces [with a cronjob (maybe not this one)](./avalanche_codespace_keepalive.md).
> NOTE for Ava Labs: When running `avalanche network start` after the codespace was asleep, my dapp can't connect with the same RPC URL to the blockchain anymore, and I have to start a new chain. Maybe it's a problem with the codespace or my computer, I'm not sure. Had to reinstall [Linux Mint Cinnamon Edition](https://linuxmint.com/download.php) a few days ago, maybe I'm missing some dependency or something, or it's a problem with my local/internet network.
## 2. Load RPC URL into your scaffold-eth

Add the rpc url on `packages/foundry/.env` and on `packages/nextjs/.env` variable called `PUNKSOCIETY_RPC_URL` and `NEXT_PUBLIC_PUNKSOCIETY_RPC_URL` respectively
Expand Down

0 comments on commit e3df664

Please sign in to comment.