Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove notice #117

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions pages/chain/builder/starter-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Before you begin developing on Beam, there are several prerequisites you'll need

Once you're equipped with these, you're ready to set up your development environment. In the upcoming sections, we'll walk you through the process of getting your development toolkit ready, creating your first smart contract, testing it, and finally deploying it on the Beam network.

<Callout type="info">
At the current stage Beam is a permissioned network. To deploy contracts you need to be whitelisted first for security reasons. Reach out to us directly at [email protected].
</Callout>

Beam is fully EVM-compatible, this means that building on Beam's execution layer is just like building on Ethereum in that developers can: Connect with the same wallets, deploy the same smart contract source code, use the same tooling, and more.


Expand Down