EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
TON Foundation | Remote | $77k - $87k | |||
TON Foundation | Remote | $77k - $84k | |||
Synapse International | Remote | $72k - $112k | |||
R92 | New York, NY, United States | $100k - $250k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Evmos | New York, NY, United States | $63k - $75k | |||
Moonsong Labs | Buenos Aires, Argentina | $72k - $75k | |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
NAHC Limited | Hong Kong, Hong Kong | $39k - $80k | |||
Moonsong Labs | Madrid, Spain | $81k - $180k | |||
Xion Global | Remote | $70k - $95k | |||
Chainalysis | New York, NY, United States | $58k - $65k | |||
Cookbook | San Francisco, CA, United States | $45k - $75k | |||
OKX | Singapore, Singapore | $90k - $150k | |||
ChainSafe Systems | New York, NY, United States | $72k - $75k | |||
Rome Protocol | Los Angeles, CA, United States | $67k - $107k |
The Open Network (TON) mission is to put crypto in every pocket. TON is a community fork of the blockchain built by Telegram, a next generation non-EVM technology powered by asynchronous smart contracts and sharding. TON Foundation is a non-profit organization powering the development of the TON ecosystem.
TON Foundation Web Team is working on products that help the ecosystem grow and support the community. We are looking for a dynamic and motivated full-stack developer to bring us to the next level.
Key Responsibilities• Playing a major role in all stages of development: from design to launch • Building new features from scratch and supporting existing ones
You will work in a startup environment with a high level of individual responsibility and freedom to work remotely or from our offices.
Qualifications• Highly experienced with Go, PostgreSQL, and Redis • Practical knowledge of distributed tasks queues, e.g., asynq library • Skilled in Typescript and Node.js • Thorough understanding of React.js and Next.js (SSR, SSG, ISR, caching) • Proficiency in setting up CI/CD pipelines, preferably via Github Actions • Experience with Docker and Docker-compose • Experience with any layer-1 blockchain and NFT • Experience in development on TON is a plus • You are able to work in a team or individually as and when required • You have experience in building at least medium-sized features autonomously • You are product/customer-oriented developer • You are able to hack together quick demo MVPs and are able to build semi-sophisticated systems • B1+ Level English
What is EVM?
EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network
It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform
The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly
This is important for security reasons, as it prevents malicious code from affecting the rest of the network
When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM
Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions
When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code
The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step
The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole
The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer
This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs
The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment
It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.