| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Blockswap | London, United Kingdom | $72k - $84k | |||
Orbofi | San Francisco, CA, United States | $72k - $100k | |||
Kava Labs | Atlanta, GA, United States | $72k - $110k | |||
Kava Labs | Atlanta, GA, United States | $81k - $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Aave Companies | London, United Kingdom | $72k - $110k | |||
VIR Consultant LLC | United States | $60k - $90k | |||
Axiom | New York, NY, United States | $74k - $100k | |||
NIL (CYPRUS) LTD | Lima, Peru | $72k - $100k | |||
Biconomy | Remote | $72k - $100k | |||
Nervos Network | Remote |
| |||
Overmind | Remote | $72k - $100k | |||
Q development AG | New York, NY, United States | $53k - $59k | |||
OpenZeppelin | Remote | $63k - $64k | |||
OpenZeppelin | Remote | $63k - $64k | |||
Virtual Team Tech | Hallandale Beach, FL, United States | $11k - $15k |
This job is closed
UI Developer (Fullstack)
Responsibilities
- Build out blockswap Stakehouse dapp using React, NextJs, and web3 libraries to create responsive, performant user interfaces.
- Implement W3C-based front-end development experience with node.js, React, and typescript.
- Shepherd product scope from designs and specifications to live deployments and ensure they are tested thoroughly
- Excellent written communication skills in English.
- Translate Wireframes, prototypes on figma designs, develop and maintain user Interfaces, like DeFi protocol dApps and analytics dashboard.
- You will be creating dapps interacting with Ethereum Smart Contracts written in Solidity. Additionally, you'll be deploying websites using the traditional Server/DNS approach and IPFS/ENS.
- Our dapps will interact with other services built in different levels of decentralization: REST APIs, The Graph / Infura/Alchemy/ or any other public Ethereum Node Networks.
- Contribute with the best practices to create open infrastructure and ensure it adheres to the industry standards in terms of QA
Requirements
- You must be a team player and who essential a contributor
- JavaScript/Typescript and Defi/NFT experience with a minimum of 3 years of professional experience building responsive/adaptive web applications using W3C ARIA.
- Expert-level React with a preference for working with hooks, designing and developing APIs with knowledge of GraphQL backends
- Open Source software development experience with defining and delivering reusable front-end architectures and possess desirable Git and Github skills.
- Good understanding of Test Driven Development (TDD) and highly testable code with software documentation procedures
- Experience with large and complex code bases,
- Knowledge about solving blockchain UX challenges (wallets, gas, etc)
- You have previously worked for a hypergrowth company (from early startup to mid-size).
Bonus
- Excellent practical knowledge of JavaScript, React, CSS3
- Comfortable working with TypeScript, NodeJS, Hardhat, Docker, Solidity, React Native
- Familiarity with databases and full-stack frameworks (NodeJS/Express, CSS, HTML, Typescript),
- You understand client-server communication: HTTP, REST, caching and Graph Protocol, and Ethereum blockchain indexing experience.
- Familiarity with Node.js, bash scripting, CI services like Github Actions, TravisCI
- Good grip on Web3 technologies on Ethereum and experience with Solidity, EVM, Rust, or smart contracts
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.