| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
BCW Group | Hong Kong, Hong Kong | $40k - $90k | |||
Sarvatech Labs Pvt Ltd | Bengaluru, India | $55k - $75k | |||
Allium | New York, NY, United States | $105k - $111k | |||
Binance | Remote |
| |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Paysail | New York, NY, United States | $150k - $250k | |||
🎉 Contribution Labs | San Francisco, CA, United States | $54k - $67k | |||
Protochain Research | New York, NY, United States | $11k - $60k | |||
Protochain Research | New York, NY, United States | $54k - $90k | |||
NFTLaunchKit | United States | $80k - $100k | |||
AXEL | San Francisco, CA, United States | $21k - $72k | |||
Discreet Labs | Palo Alto, CA, United States | $50k - $70k | |||
Magic Eden | United States | $72k - $75k | |||
Golden | United States | $29k - $90k | |||
Venus Labs | New York, NY, United States | $63k - $100k | |||
Parallel Finance | San Francisco, CA, United States | $63k - $79k |
About the Role
We’re looking for talented Backend Engineers to implement low-latency, performant, robust APIs.
You will write scalable, high-performance failsafe systems that will be consumed by both developers and clients that will be stress tested by high volumes of data and traffic. A knowledge of solution architecture is essential, and able to input on educated decisions over the best way forward as our tech stack grows and tries to accommodate growing challenges.
Familiarity with microservice architecture, design patterns, data structures and database optimization is essential. REST Apis should be very familiar to you, along with a good knowledge of Websocket/Streaming systems, Message brokers and Cache/In-Memory solutions.
If you do have experience in the Web3 ecosystem is great but not essential, we’ll be more than happy to fill any gaps.
Basic cloud knowledge is desirable (Google Cloud Provider is a big plus but not essential), as some interaction with our infrastructure will be required from time to time for optimal integration.
At Arkhia, we expect for people to come up with creative input, challenge the status quo, and be interested in growing within and beyond their role. And most importantly of all, just have fun as a team as we’re building innovative new products.
Minimal Qualifications
- 3+ years of professional experience as a backend developer
- Solid knowledge of Node.js, Typescript
- Experience in database architecture, tuning and performance
- Understanding fundamentals design principles behind a scalable application
- Knowledge of building Restful APIs
- Minimal knowledge of scalable Streaming Publish/Subscribe systems
- In-Memory, Cache solutions
- Object-relational mapping
- Basic understanding of Web3.0 systems and blockchain architecture
Great to have
- Experience with low latency systems
- Experience with Google Cloud Provider, Kubernetes/Docker
- Experience with Message Brokers on a high data volume scenario
- Solid knowledge of scalable Streaming Publish/Subscribe systems
- Postgres and Timeseries databases (e.g. Timescale DB )
- Experience with Web3.0 being EVM, Solidity, Web3.js (Hedera Protocol a huge plus)
- Experience with other languages such as Java, Go
Perks
- Flexible/remote working
- Central office location
- In house Beer tap and Coffee Machine
Location
- Our main offices are located in Singapore & Hong Kong , but we’re flexible. We are looking for the right people
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.