| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
TON Foundation | Remote |
| |||
TON Foundation | Remote |
| |||
TON Foundation | Remote |
| |||
Synapse International | Remote | $72k - $112k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
R92 | New York, NY, United States | $100k - $250k | |||
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 |
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. Telegram Apps Center is the one-stop destination for a variety of tools, utilities, and games, all united within Telegram's ecosystem. Launched and maintained by passionate Telegram enthusiasts with the help of the TON Foundation. We are seeking a dynamic and motivated full-stack developer to help us bring Telegram Apps Center 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
- Creating complex and adaptive interfaces
Qualifications
• Proficient in TypeScript, React and Node.js • Comfortable with Elasticsearch, AWS, Docker, and K8S • Experience both in backend and frontend development proven by completed projects • Experience with Web3 (or strong interest in this area) • Experience with Telegram Mini Apps as a plus • Track record of optimizing website performance • You are able to work in a team or individually as and when required • You should have experience in building at least medium sized features autonomously • You are product/customer oriented • 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.