π‘ Did you know how Neon EVM gas fees are calculated?
Neon EVM gas fees include three main components:
1οΈβ£ The cost of executing a Solana transaction, which depends on the number of signatures specified in the transaction.
2οΈβ£ Some part goes to Neon DAO treasury for using the Neon EVM.
3οΈβ£ A fee paid to the Neon EVM operator that executes the transaction.
Neon EVM gas fees include three main components:
1οΈβ£ The cost of executing a Solana transaction, which depends on the number of signatures specified in the transaction.
2οΈβ£ Some part goes to Neon DAO treasury for using the Neon EVM.
3οΈβ£ A fee paid to the Neon EVM operator that executes the transaction.
π₯5π1
π‘Did you know how the transfer of funds from Ethereum to the Neon EVM occurs?
πͺ± This transfer is facilitated by the Wormhole bridge. When ERC-20 tokens on layer 1 (L1) are sent across the Wormhole bridge, SPL tokens representing the ERC-20 tokens are generated by an SPL token contract on Solana.
π¦ To enable the interaction between SPL tokens and the Neon EVM interface (along with smart contracts on the Neon EVM), the original ERC-20 tokens are "wrapped" into SPL tokens. Once the ERC-20 tokens are wrapped, they're able to operate on the Solana network.
πͺ± This transfer is facilitated by the Wormhole bridge. When ERC-20 tokens on layer 1 (L1) are sent across the Wormhole bridge, SPL tokens representing the ERC-20 tokens are generated by an SPL token contract on Solana.
π¦ To enable the interaction between SPL tokens and the Neon EVM interface (along with smart contracts on the Neon EVM), the original ERC-20 tokens are "wrapped" into SPL tokens. Once the ERC-20 tokens are wrapped, they're able to operate on the Solana network.
π₯5
π₯ Here is the best contribution of the week!
Glorious, but simple design; an original and funny approach - that's the best way to present the features and benefits of Neon EVM.
The thread was made by kobeR π€
https://twitter.com/kober77387707/status/1588137203506597888
Glorious, but simple design; an original and funny approach - that's the best way to present the features and benefits of Neon EVM.
The thread was made by kobeR π€
https://twitter.com/kober77387707/status/1588137203506597888
π₯10
π₯We are excited to announce that the Neon EVM is set to go LIVE on MAINNET on December 12, making it the first EVM on Solana!
Ethereum-based dApps will now have access to Solanaβs scalability & liquidity without change to the codebase!
We have many projects to join the Neon Ecosystem at launch and super happy to be partnering up with: AAVE, Curve, Wormhole, The Graph and more!
If you want to build your very own dApp on Neon, check out our docs (https://docs.neon-labs.org/) and feel free to reach out via Discord or here for any technical or non-technical inquiries.
Big shout out to our community and partners that have supported us this far! We would not be where we are without your support and patience!π
Ambassador program soon...π
Check out the Medium article to learn more: https://medium.com/neon-labs/63b25bcc77a3
Ethereum-based dApps will now have access to Solanaβs scalability & liquidity without change to the codebase!
We have many projects to join the Neon Ecosystem at launch and super happy to be partnering up with: AAVE, Curve, Wormhole, The Graph and more!
If you want to build your very own dApp on Neon, check out our docs (https://docs.neon-labs.org/) and feel free to reach out via Discord or here for any technical or non-technical inquiries.
Big shout out to our community and partners that have supported us this far! We would not be where we are without your support and patience!π
Ambassador program soon...π
Check out the Medium article to learn more: https://medium.com/neon-labs/63b25bcc77a3
π18π4β€1
π‘ Did you know that Tracing API is an extension for Neon Proxy that helps developers better test, debug, and understand their smart contracts on Neon EVM?
π The API will give developers a full externality trace on any transaction executed on the chain. Theyβll be able to rerun historic transactions, run new transactions on historic states, and analyze the state of the blockchain after the execution of each instruction.
π More in our blog: https://medium.com/neon-labs/fdb3842a80fa
π The API will give developers a full externality trace on any transaction executed on the chain. Theyβll be able to rerun historic transactions, run new transactions on historic states, and analyze the state of the blockchain after the execution of each instruction.
π More in our blog: https://medium.com/neon-labs/fdb3842a80fa
π6π€1
π‘ Did you know that oracles provide a way for the decentralized Web3 ecosystem to access price feeds and other external (off-chain) data sources? Neon EVM supports querying data from Solana deployed Oracles:
π Chainlink - it's Data Feeds are the quickest way to connect your smart contracts to the real-world data such as asset prices. It supports Neon EVM and is implemented as a smart contract making Chainlink Data Feeds from Solana network available on Neon EVM.
π Pyth is an open-source real-time on-chain market data feed. It supports Neon EVM and its repo is maintained by Pyth on GitHub.
π Chainlink - it's Data Feeds are the quickest way to connect your smart contracts to the real-world data such as asset prices. It supports Neon EVM and is implemented as a smart contract making Chainlink Data Feeds from Solana network available on Neon EVM.
π Pyth is an open-source real-time on-chain market data feed. It supports Neon EVM and its repo is maintained by Pyth on GitHub.
π₯4π1
π‘ Did you know what parameters the NEON token includes?
1οΈβ£ It can be divided into Alans, where 10^18 Alan = 10^9 Galan = 1 NEON.
2οΈβ£ No inflation or deflation rates.
3οΈβ£ Transaction Fees: 50% go to Solana Validators and 50% to the Neon DAO Treasury.
4οΈβ£ NEON is an SPL token on Solana and, at the same time, is a native token on the Neon EVM (like ETH on Ethereum).
1οΈβ£ It can be divided into Alans, where 10^18 Alan = 10^9 Galan = 1 NEON.
2οΈβ£ No inflation or deflation rates.
3οΈβ£ Transaction Fees: 50% go to Solana Validators and 50% to the Neon DAO Treasury.
4οΈβ£ NEON is an SPL token on Solana and, at the same time, is a native token on the Neon EVM (like ETH on Ethereum).
π6
π‘Did you know how Neon EVM works?
1οΈβ£ User sends signed Ethereum-like Tx (using an Ethereum-compatible wallet) to Neon RPC end-point.
2οΈβ£ Neon Proxy:
-) estimates gas usage for transaction execution;
-) wraps Ethereum-like Tx into Solana Tx;
-) sends it to Solana RPC, calling Neon EVM program;
-) extracts Neon EVM receipt from Solana receipt and passes it to the client.
3οΈβ£ Neon EVM program:
-) unwraps Ethereum-like Tx and checks user signature;
-) loads EVM state, including account data and smart contracts code, from Solana storage;
-) executes Ethereum-like Tx inside Solana BPF;
-) saves new EVM state back into Solana state.
1οΈβ£ User sends signed Ethereum-like Tx (using an Ethereum-compatible wallet) to Neon RPC end-point.
2οΈβ£ Neon Proxy:
-) estimates gas usage for transaction execution;
-) wraps Ethereum-like Tx into Solana Tx;
-) sends it to Solana RPC, calling Neon EVM program;
-) extracts Neon EVM receipt from Solana receipt and passes it to the client.
3οΈβ£ Neon EVM program:
-) unwraps Ethereum-like Tx and checks user signature;
-) loads EVM state, including account data and smart contracts code, from Solana storage;
-) executes Ethereum-like Tx inside Solana BPF;
-) saves new EVM state back into Solana state.
π₯4
π₯ Here is the best contribution of the week!
π The mainnet date has been announced, and this tweet accumulates the energy and excitement of upcoming significant day.
The post was made by Ragnars π€
https://twitter.com/evgenij12138196/status/1589895912608108544
π The mainnet date has been announced, and this tweet accumulates the energy and excitement of upcoming significant day.
The post was made by Ragnars π€
https://twitter.com/evgenij12138196/status/1589895912608108544
β€12
π‘Did you know what benefits the Neon solution has?
1οΈβ£ No changes or additional resources are required to implement dApps on Solana.
2οΈβ£ No need to rewrite clients and contracts for all existing dApps.
3οΈβ£ Solana developers are given the opportunity to use a unique toolkit created for Ethereum and create and deploy their contracts on the Solana network.
4οΈβ£ Unlike Ethereum, Neon EVM can be updated at any time, which means that new functionality can be added at any time and code updates can take place simply by uploading them as a new smart contract.
12.12 π
1οΈβ£ No changes or additional resources are required to implement dApps on Solana.
2οΈβ£ No need to rewrite clients and contracts for all existing dApps.
3οΈβ£ Solana developers are given the opportunity to use a unique toolkit created for Ethereum and create and deploy their contracts on the Solana network.
4οΈβ£ Unlike Ethereum, Neon EVM can be updated at any time, which means that new functionality can be added at any time and code updates can take place simply by uploading them as a new smart contract.
12.12 π
π9
π‘ Did you know how payments in the Neon EVM occur?
π°On a high level, gas fee payments in the Neon EVM work as follows:
1) The User pays for each transaction in NEON tokens to the Proxy Operator.
2) The Proxy Operator then pays the Solana Validator and the DAO Treasury.
π As depicted in the diagram, users of dApps built on the Neon EVM pay in NEON tokens for all the resources they consume, in addition to operator fees that differ between operators.
π¨βπ§ Operators, however, use SOL to pay for the resources they consume. Specifically, operators pay Solana validators and governance fees in SOL. Operators pay the same amount for governance as they pay to Solana validators (for the signature validation).
π°On a high level, gas fee payments in the Neon EVM work as follows:
1) The User pays for each transaction in NEON tokens to the Proxy Operator.
2) The Proxy Operator then pays the Solana Validator and the DAO Treasury.
π As depicted in the diagram, users of dApps built on the Neon EVM pay in NEON tokens for all the resources they consume, in addition to operator fees that differ between operators.
π¨βπ§ Operators, however, use SOL to pay for the resources they consume. Specifically, operators pay Solana validators and governance fees in SOL. Operators pay the same amount for governance as they pay to Solana validators (for the signature validation).
π4π₯4
Whatβs good, Dubai! π¦πͺ
Word on the street is the Neon team is on their way to attend the Web3Dubai conference βοΈ
If youβre nearby, make sure to drop in and say hi π
Word on the street is the Neon team is on their way to attend the Web3Dubai conference βοΈ
If youβre nearby, make sure to drop in and say hi π
www.web3dubai.org
Web3Dubai Conference - Come meet top builders, learn and invest in Web3 and modular blockchains! - November 17-18, 2022 in Dubai UAE
π₯7
π‘Did you know what duties of a Proxy Operator are?
1οΈβ£ Configuring a proxy server to perform the following operations:
-) Receiving requests over Web3 API protocol.
-) Shaping responses using Web3 API protocol.
-) Converting transactions to the Solana format.
2οΈβ£ Connecting a proxy server to a Solana cluster RPC endpoint.
3οΈβ£ Successfully executing transactions.
π₯ All operations related to the execution of transactions on Solana are performed by the software installed on your node.
The Neon EVM will have 2 Operators on mainnet launch (12.12)
1οΈβ£ Configuring a proxy server to perform the following operations:
-) Receiving requests over Web3 API protocol.
-) Shaping responses using Web3 API protocol.
-) Converting transactions to the Solana format.
2οΈβ£ Connecting a proxy server to a Solana cluster RPC endpoint.
3οΈβ£ Successfully executing transactions.
π₯ All operations related to the execution of transactions on Solana are performed by the software installed on your node.
The Neon EVM will have 2 Operators on mainnet launch (12.12)
π8
π‘Did you know how accounts' data is stored?
π₯ Itβs Solana that stores account data. The Neon EVM has access to this storage, and uses the account data. After an account is registered in Solana, the account data is placed in this storage. Ethereum accounts are also stored here, but in the Solana representation
π₯ For each Ethereum address there is a corresponding account in the Solana representation. A contract code is placed in a corresponding account of this storage.
π€ Neon EVM interacts with a set of data that is stored on Solana's accounts. The Neon EVM can take a contract code from there using the corresponding account address to validate a transaction.
π₯ Itβs Solana that stores account data. The Neon EVM has access to this storage, and uses the account data. After an account is registered in Solana, the account data is placed in this storage. Ethereum accounts are also stored here, but in the Solana representation
π₯ For each Ethereum address there is a corresponding account in the Solana representation. A contract code is placed in a corresponding account of this storage.
π€ Neon EVM interacts with a set of data that is stored on Solana's accounts. The Neon EVM can take a contract code from there using the corresponding account address to validate a transaction.
π₯5π3
π§βπ» Dear developers, did you know that tomorrow at 6AM UTC we will restart Neon EVM on Solana devnet & testnet?
π The restart is related to upgrading the contract storage to optimize the number of BPF instructions required to access the cell.
π§Ή During the restart process, the NEON_SEED_VERSION value will be changed, deleting all accounts and deployed contracts, and clearing the transaction history.
π The restart is related to upgrading the contract storage to optimize the number of BPF instructions required to access the cell.
π§Ή During the restart process, the NEON_SEED_VERSION value will be changed, deleting all accounts and deployed contracts, and clearing the transaction history.
π₯5π2
π‘Did you know that the Neon EVM consists of two parts?
β’The EVM contract (A Solana program that manages Ethereum contracts and saves data into Solana accounts.)
β’The Proxy server (A proxy that converts Ethereum-like transactions into Solana transactions, and then sends them to the EVM program within Solana for processing.)
Learn about Neon EVMβs scalability and its synthetic tests hereπ
https://medium.com/neon-labs/neon-synthetic-load-test-report-d53212711556
β’The EVM contract (A Solana program that manages Ethereum contracts and saves data into Solana accounts.)
β’The Proxy server (A proxy that converts Ethereum-like transactions into Solana transactions, and then sends them to the EVM program within Solana for processing.)
Learn about Neon EVMβs scalability and its synthetic tests hereπ
https://medium.com/neon-labs/neon-synthetic-load-test-report-d53212711556
Medium
Neon Synthetic Load Test Report
At Neon Labs, weβre building the first EVM on the Solana Blockchain. Our platform, Neon EVM, consists of two parts:
β€4
π‘Did you know that Neon DAO organized as a series of decentralized Assemblies that are grouped into three focus areas?
π₯ The Ecosystem Focus Area contains the Assemblies responsible for the promotion of Neon community initiatives and incentivizing long-term ecosystem growth.
π§ The Development Focus Area contains the Assembly responsible for the technical aspects of the Neon EVM.
π‘ The Security Focus Area contains the Assemblies responsible for monitoring activity in the other two Focus Areas to stop malicious actors attempting to exploit the Neon DAO.
For more details on Neon's DAO Organization, the differences and use casr examples, see the Neon Governance Overview.
π₯ The Ecosystem Focus Area contains the Assemblies responsible for the promotion of Neon community initiatives and incentivizing long-term ecosystem growth.
π§ The Development Focus Area contains the Assembly responsible for the technical aspects of the Neon EVM.
π‘ The Security Focus Area contains the Assemblies responsible for monitoring activity in the other two Focus Areas to stop malicious actors attempting to exploit the Neon DAO.
For more details on Neon's DAO Organization, the differences and use casr examples, see the Neon Governance Overview.
π6
π‘Did you know that ββNeon EVM facilitates the usage of Ethereum tooling by dApp developers to scale and access liquidity on Solana?
π Neon EVM offers Ethereum ecosystem dApp developers increased throughput and swift block time on Solana, with low gas prices and no need for changing code β anyone can run Ethereum contracts on Solana with Neon EVM.
Check out the Neon Ecosystem!
π Neon EVM offers Ethereum ecosystem dApp developers increased throughput and swift block time on Solana, with low gas prices and no need for changing code β anyone can run Ethereum contracts on Solana with Neon EVM.
Check out the Neon Ecosystem!
π9π1
π‘Did you know that Neon is hiring?
π₯ Join Neon and become a member of our fast-growing startup. Help us shape the future of blockchain and Web3.
Check out the career page for open positions!
π₯ Join Neon and become a member of our fast-growing startup. Help us shape the future of blockchain and Web3.
Check out the career page for open positions!
π17
Hi, everyone! π
On November 7th, we announced that the mainnet of Neon EVM will be launched by Neon Foundation today, Dec 12, 2022. This is the culmination of significant development efforts, so we are happy to share that the platform's technical readiness is 100% complete, but the Neon EVM is not fully operational yet and we wanted to share the reasons why π
https://neonlabsorg.medium.com/neon-evms-mainnet-launch-community-update-eeef3aea02a2
Thank you for your constant support. We are almost there, and we are going to make it only together π
On November 7th, we announced that the mainnet of Neon EVM will be launched by Neon Foundation today, Dec 12, 2022. This is the culmination of significant development efforts, so we are happy to share that the platform's technical readiness is 100% complete, but the Neon EVM is not fully operational yet and we wanted to share the reasons why π
https://neonlabsorg.medium.com/neon-evms-mainnet-launch-community-update-eeef3aea02a2
Thank you for your constant support. We are almost there, and we are going to make it only together π
Medium
Neon EVMβs Mainnet Launch: Community Update
On November 7th, we announced that the mainnet of Neon EVM will be launched by Neon Foundation today, Dec, 12, 2022. This is theβ¦
π30β€9π1