| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Anagram Ltd | United States | $105k - $111k | |||
BlockchainStaffingNinja | New York, NY, United States | $45k - $90k | |||
Status | Remote | $84k - $110k | |||
Austin Werner Ltd | San Francisco, CA, United States | $140k - $200k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Nethermind | London, United Kingdom | $72k - $75k | |||
Nethermind | London, United Kingdom | $63k - $100k | |||
Trust Wallet | New York, NY, United States | $62k - $82k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Madrid, Spain | $36k - $70k | |||
In Technology Group Inc (US) | United States | $200k - $225k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $63k - $100k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $72k - $100k | |||
Seven Bits Technologies | Ahmedabad, India | $45k - $82k | |||
Coinmarketcap | London, United Kingdom | $72k - $120k | |||
Clearmatics | London, United Kingdom | $63k - $75k | |||
Albert Bow | New York, NY, United States | $300k - $400k |
Learn the ins and outs of the NFT ecosystem, facilitating data and analytical assistance as Anagram’s swiss army knife.
Expertise:
- Strong analytical skills with an aptitude for slicing and dicing data, and an ability to think critically about how things work on the ground
- Strong quantitative, financial statement and valuation skills
- Ability to analyze and query large datasets
Crypto Expertise:
- Familiarity with relevant crypto tools and forums (e.g., know your way around Crypto Twitter, Dune Analytics, navigating contracts on Etherscan, etc.)
- Experience writing/reviewing smart contracts in Solidity, Rust etc and general knowledge of Javascript and Python
- Experience querying and interacting with EVM & non-EVM Based blockchains
- Understanding of low-level idiosyncrasies of popular blockchains including Ethereum, Solana & others
- Familiar with the NFT ecosystem. Knowledge of building bots, setting alerts, keeping track of new listings, articles, updates, staying organized.
- Knowledge of key management, multisig wallets, custodians (e.g. Fireblocks/Anchorage/Coinbase)
Personal:
- Exceptional communication abilities and work ethic
- Ability to interact across cultures and businesses
- Passion for cryptocurrency and blockchain
- Intrinsically motivated to learn about crypto
- Strong ethical code
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.