| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Bitget | Hong Kong, Hong Kong | $72k - $91k | |||
Evmos | San Francisco, CA, United States | $67k - $72k | |||
SeaClub | United States | $75k - $120k | |||
Coinmarketcap | Remote | $72k - $110k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Chaos Labs | New York, NY, United States | $31k - $100k | |||
Chaos Labs | New York, NY, United States | $72k - $80k | |||
Kava Labs | Los Angeles, CA, United States | $130k - $160k | |||
Celsius | United States | $54k - $60k | |||
Sky Mavis | Ho Chi Minh City, Vietnam | $63k - $90k | |||
Halborn | United States |
| |||
RabbitHole | New York, NY, United States | $63k - $75k | |||
Evmos | New York, NY, United States | $54k - $90k | |||
OKX | Singapore, Singapore | $33k - $75k | |||
Chainlink Labs | Remote |
| |||
Immutable | Sydney, Australia | $62k - $82k |
About the company:
We are a top-tier digital assets exchange platform with over 50 countries' global footprints, and aim to be the portal that transcends Web2 and Web3, connects CeFi and DeFi, and bridges the vast web of crypto.
- Top 1 platform for copy trading globally
- Top 5 derivatives trading globally
- 8+ million registered users
- 1K+ employees in over 38 countries
- Provide stable security of A+ ranking for 12 SSL indicators
- Proof of Reserves - guarantees 100% of users' assets in reserves
Responsibility:
- Responsible for integrating different blockchain projects and improving wallet support on the blockchain;
- Responsible for the wallet interface design and backend seamlessly integrated;
- Responsible for the deployment, operation and maintenance of wallet services;
- Keep up with the trend of blockchain technology;
- In-depth understanding and sorting out the security issues in the blockchain in order to ensure our user assets are being securely protected.
- High Diploma/ Associate Degree/ Degree holder in Computer Science, Information Technology or equivalent;
- 3+ years of experience in FinTech/ Web3/ Blockchain/ crypto;
- Proficiency in Node.js/Java language;
- Solid experiences in testing, restructuring, and coding;
- Familiar with PoW, PBFT, PoS, DPos, Raft, etc.;
- Have a foundational understanding of the P2P networks, EVM, and cross-chain technologies implementation for Ethereum, Bitcoin, EOS, Polkadot, and Cosmos;
- Familiar with distributed application middleware, including but not limited to: MySQL, Redis, MQ, etc.;
- Have a strong sense of responsibility and team spirit, be good at communication, actively integrate into the team, be able to express your own ideas, and be able to respond to superiors immediately when online problems arise;
- Strong problem-solving, self-motivation, good analytical and project management skills, with the ability to work independently under pressure;
- Good command of English and Chinese (Mandarin) written and spoken skills are preferred.
- Great exposure to blockchain and the crypto industry
- Attractive package with guaranteed 2 months bonus and performance-driven bonus
- Medical insurance coverage
- 5 days of work and bank holidays
- Monthly birthday party
- Staff activities, team building and company events
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.