| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
IOVLabs | Remote | $54k - $100k | |||
A&C Kings | Los Angeles, CA, United States | $36k - $54k | |||
CertiK | Remote | $102k - $180k | |||
Tassat | New York, NY, United States | $135k - $155k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Safe | Berlin, Germany | $72k - $100k | |||
0x Labs | San Francisco, CA, United States | $72k - $90k | |||
Flashbots | New York, NY, United States | $62k - $82k | |||
In Technology Group Inc (US) | United States | $220k - $250k | |||
Austin Werner Ltd 🚀🚀 | San Francisco, CA, United States | $150k - $200k | |||
Phaxis | United States | $58k - $87k | |||
Parity Technologies | New York, NY, United States | $63k - $90k | |||
Applied Blockchain | United Kingdom | $36k - $75k | |||
paraform | San Francisco, CA, United States | $140k - $210k | |||
SKALE Labs | Miami, FL, United States | $150k - $200k | |||
Consensys | Remote | $104k - $24k |
This job is closed
Smart Contracts Full-stack engineer
What You'll Be Doing
- Building new Web3 product from their inception
- Contribute directly to decentralized technologies on the RSK Platform
- Help FE Teams build reusable components and front-end libraries for future use
- Regularly monitor and improve app performance, diagnose and fix bugs
- Illustrate architectural ideas using storyboards, process flows, and sitemaps
- Identify and troubleshoot API problems (e.g. performance, rate limiting, etc)
What You Bring to the Table
- 1-3 years of experience developing original smart contracts with Solidity
- 1-3 years of experience developing with NodeJS
- 1-3 years of experience with Hardhat, Truffle, Brownie or a comparable framework
- 5+ years of general software development experience (knows and can apply agile)
- Ability to prioritize and organize operationally complex work, with great attention to detail; are accountable by default
- Self-driven, autonomous, personality with a desire to develop protocols that will have an impact
- You are comfortable with API integrations
- You have contributed to open source projects
- You use automated testing tools, browser-based debugging, and performance testing tools daily, and can implement CI/CD
- Advanced English language proficiency
- Experience with modern Solidity stack (hardhat, truffle, various plugins, package managers, linters, code coverage etc.)
- Experience debugging and simulation of contract interaction with local nodes (e.g. hardhat and ganache,
- You have worked on the projects that have been audited
- Contributed to a blockchain-related, open source project
- Experience working in the cross-chain bridging or interoperability space
- Familiarity with DeFi
- Familiarity with tokenomics
- Knowledge of the EVM and gas optimization
- Experience developing with Golang
What You'll Get Back!
- Competitive salary and bonus
- Laptop and other working tools you might need
- 100% remote working (contractor) from anywhere in the world
- Possibility to work at your nearest WeWork space
- Flexible working hours. You’re free to work however you work best
- Paid holidays and personal leave days
- Opportunity to work with state of art technology in a challenging and unique project
- Internationally diverse and dynamic team with a clear vision and strategy
- Training programs to learn everything about the crypto world
- Weekly scientific moments by our Research & Innovation team to learn about technology, challenges and solutions in the blockchain world
- Language courses: English, Spanish or Chinese
- Employee assistance program offering legal, financial, family, psychological and wellness counseling for you and your family
Our Mission, Vision, & Purpose
- Our purpose is to... build a more decentralized world, for a freer and fairer future
- Our vision is… a safe and equitable global financial system that enables everyone to participate and prosper
- We’re on a mission to… provide the next generation of fintech innovators with the decentralized tools and technology to build a new global economy
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.