| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
e-Core | Porto Alegre, Brazil | $36k - $55k | |||
Clearpool Finance | Dubai, United Arab Emirates | $35k - $60k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $80k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $80k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
PureStake | Remote | $0k | |||
Axel | San Francisco, CA, United States | $0k | |||
Consensys | Remote | $54k - $70k | |||
Seatz | Boston, MA, United States | $0k | |||
Steel Perlot | United States | $72k - $150k | |||
Steel Perlot | United States | $72k - $90k | |||
Steel Perlot | United States | $72k - $150k | |||
Aurora | Remote | $40k - $75k | |||
HEXENS Cyber Security | Lisbon, Portugal | $300k - $350k | |||
sayf | Cape Town, South Africa | $72k - $100k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $82k |
This job is closed
During your day as a Senior React Developer you will:
- Start new projects and work on new features from scratch
- Help create an inclusive environment that fosters collaboration and creativity within both the internal and external community
- Provide and receive technical and software oversight and guidance with the front-end team
As a Senior React Developer you need:
- 5+ years of hands-on software development experience
- Experience building new features from scratch
- Fundamental understanding of the blockchain ecosystem; hands-on experience with blockchain development is a significant plus
- Expertise in Javascript and experience building web applications with modern frameworks such as React
- Excellent written and verbal communication skills
- Nice-to-have familiarity with Go or Typescript, experience with Kubernetes and/or AWS services (Amplify, CloudFront, EKS) and basic understanding of Ethereum (EVM based) and Tezos (scripting languages, contracts, general concepts).
As an e-Corean, you will have flexible benefits in a model that you will chose what’s the best for you:
- Health, dental, and life insurance
- Meal and/or Food allowance
- Multi Benefits Card
- 15 days of vacation every 6 months (30 days of PTO per year)
- Private Pension Plan
- Short-Term Incentive Plan (PLR)
- Parking allowance in SP and POA offices
- Possibility to choose between a variety of work models
- Financial support for studies and daycare center
- Flexible work hours
- Customized setup (e.g, monitor, earphones/headsets, keyboard)
- Periodic Wellbeing Sessions (Meditation, Mindfulness, Breathing Techniques, etc.)
- Home Office Setup Allowance (according to your work model)
- Monthly Remote Work Allowance (according to your work model)
- Gympass
#LI-REMOTE
#LI-FDQ
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.