| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Oasis Pro Markets | United States | $0k | |||
Sismo | Paris, France | $85k - $90k | |||
COCO | India | $28k - $36k | |||
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 | |||
Messari | New York, NY, United States | $125k - $150k | |||
Web3 Labs | United Kingdom | $65k - $100k | |||
Snowfork | Remote | $36k - $60k | |||
InterSwap | United Arab Emirates | $83k - $120k | |||
Sismo | Paris, France | $85k - $90k | |||
Joint NFT | India | $115k - $2k | |||
Gnosis | Berlin, Germany |
| |||
Harmony | Remote | $84k - $100k | |||
Harmony | Remote | $84k - $100k | |||
Acala | Remote | $71k - $90k | |||
Aragon Association | Remote | $45k - $100k |
The Firm and its Business:
Oasis Pro Markets, LCC (the Firm) is developing the digital future of capital markets.
We are a registered broker-dealer and ATS (Alternative Trading System) currently building a revolutionary ecosystem to support the issuance and trading of digital asset securities (tokenized securities and other assets). We envision a future where everything is tradeable and have already constructed the technological foundation on which this thesis can develop.
As an SEC and FINRA- regulated company licensed to conduct business in digital asset securities, we are positioned to bridge traditional finance and the digital future, leveraging technology to improve the capital markets for issuers and investors alike.
The Role:
We are looking for Solidity engineers who have had the opportunity to create smart contracts or build blockchains with a significant level of robustness and have a visible track record. As an innovative problem solver, you will work in a team and tackle complex challenges associated with blockchains and other Web3 technologies. You will be designing new, decentralized products, whilst also implementing business logic across the different ecosystems through smart contracts.
Responsibilities:
• Building the new financial stack through smart contracts, working with testnets and deployment scripts.
• Understanding of security pitfalls, vulnerabilities, mitigation strategies.
• You’re open to collaborating with internal and external stakeholders.
• You have a creative flair, always seizing an opportunity to do things differently.
• Understand how to use blockchains and DeFi as a user.
• Challenge your skills and push your creative limits working with the latest technologies & systems.
Requirements:
• 3+ years of experience in Solidity (Defi smart contracts), Web3, Ethereum and API Integration on DApps
• Knowledge and interest in crypto projects covering areas such as DeFi, and DAOs.
• Write, test, and deploy smart contracts and build the system design around the product
• Build core backend modules such as authentication, session, queues and schedulers
• Writing and compiling the smart contracts across various blockchains.
• Integrate and consume services/APIs.
• Strong experience with Solidity, EVM and smart contract development tools
• Experience with Web3 libraries and applications interacting with smart contracts on Ethereum based chains
Education:
• Bachelor’s degree in technology/engineering
What we offer:
Cutting edge work -- An exciting opportunity to participate in the Firm’s development and work on product offerings that are often the first of their kind.
Unparalleled Firm Culture - The Firm is built upon a culture of proactivity, creativity, collaboration and respect. Each member of the team has the responsibility to execute on his/her objectives as well as be responsive to colleagues when they need assistance. We often have brainstorming sessions and involve a cross-section of the team when making key decisions to ensure that all perspectives are taken into consideration.
Perks – We offer team building experiences through frequent in-office team lunches and social events, and the ability to engage with others in the industry through industry group memberships and local conferences. In addition, after a period of time in your role, you will have the opportunity to attend conferences out-of-town.
Compensation | Benefits | Office Location:
Oasis Pro Markets offers competitive salary and benefits packages including medical, dental and vision plans, 401(k) and unlimited PTO.
We believe in the value of in-person interaction and collaboration. As such, team members are expected to work from the Firm’s office, in Darien CT, most days.
Contact:
Interested candidates should contact Viren Khandelwal [email protected]
Oasis Pro Markets focuses on Blockchain / Cryptocurrency. Their company has offices in Darien. They have a small team that's between 11-50 employees.
You can view their website at https://www.oasispromarkets.com/
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.