| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Upside.gg | United States | $36k - $61k | |||
Salt Lake City Corporation | New York, NY, United States | $36k - $60k | |||
Parity Technologies | New York, NY, United States | $54k - $79k | |||
In Technology Group Inc (US) | United States | $200k - $225k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Composable Finance | United States | $61k - $82k | |||
BloomTech | San Francisco, CA, United States | $54k - $79k | |||
Tally Labs | New York, NY, United States | $120k - $200k | |||
cmorq | New York, NY, United States | $120k - $150k | |||
BlockchainStaffingNinja | New York, NY, United States | $63k - $75k | |||
BlockchainStaffingNinja | United States | $63k - $75k | |||
Mythical Games | United States | $71k - $75k | |||
CertiK | United States | $24k - $72k | |||
Trust Machines | New York, NY, United States | $90k - $90k | |||
Gomu | Singapore, Singapore | $72k - $100k | |||
Arbitrary Execution | United States | $40k - $100k |
This job is closed
Location: Remote (US or Canada preferred)
Benefits:
- Health, Dental and Vision
- Long Term and Life Insurance
- Unlimited PTO
- Monthly health and wellness stipend
Who We Are
Upside is a growing, blockchain-based Web3 company focused on making it simple to launch and manage tokens - the building blocks of web3 organizations. As a company, we believe being a remote organization is an advantage, and we believe in the power of asynchronous work. To that end, we foster a collaborative community that can come together as individuals and in teams to build something truly special. Visit https://www.upside.gg/ to learn more.
Why This Role Exists
We are looking for an experienced Senior Solidity Smart Contract Engineer to focus on our open and closed source smart contract protocols. This includes the development of DAOs, NFTs, tokens, and wallet infrastructure across many blockchains like Ethereum, Solana, Avalanche, Polygon and Algorand.
The right engineer will have extensive Solidity Smart Contract coding experience, moderate backend coding experience, the ability to self-manage and prioritize, clear and consistent communication skills, and a desire to write production level smart contracts that people will use at scale. The ability to interface with clients is highly valued.
This role requires someone special: an expert developer that consistently ships high quality code, with the ability to maintain a strategic perspective on the why of our features, not just the what.
This role will report directly to the Director of Engineering.
Required Qualifications
- Has 2+ years of blockchain development experience with EVM Solidity
- Proven knowledge of Ethereum Standards such as ERC20 and ERC721, and proficiency with Solidity and EVM based blockchains
- Proven knowledge of Javascript blockchain libraries such as Ethers.js, Web3.js, Hardhat and Truffle
- Has moderate experience in Node full stack development
- Experience with automated testing and test-driven-development using technologies such as with Jest, Mocha, Chai or Solidity unit tests
- Experience working with security auditors to address vulnerabilities
Responsibilities
- Developing production-grade decentralized apps and smart contracts with Solidity.
- Developing full stack solutions with Node, Rails, React, etc.
- Taking ownership of development within a user-centric context
- Developing new APIs, jobs, integrations and cloud functions (e.g. Lambdas)
- Extending the existing Rails and Node applications
- Writing automated tests using test-driven-development principles
- Reviewing pull requests and maintaining code integrity
- Improving the architecture and codebase via software development best practices
- Integrating with EVM blockchain smart contracts written in Solidity, as well as smart contracts in other blockchains
Qualities:
- You enjoy taking new product ideas from idea to launch quickly (maybe you’re a little impatient with unnecessary bureaucracy)
- You think in terms of how to deliver end-user value with the least effort and highest quality instead of checking off tasks.
- You are a self-starter who can reason through the differing priorities within a project.
- You are kind, caring and genuine. We lead with kindness.
- You are motivated and appreciate the latitude of your work
- You appreciate your independence and ask questions (Slack is our favorite!)
- You are able to accept feedback constructively
Traits We Value
Entrepreneurial: we’re a startup. We’re looking for high integrity people who have founded companies, started community groups and launched creative projects because they were driven to. The traits that embody this entrepreneurial spirit are:
- Drive + Alignment: We believe in the power of intrinsic motivation to exceed the status quo in a field you are passionate about. This is where the magic happens.
- Talent: Where passion, innate skill and work ethic meet.
- Trust: Our entire organization is built on a high level of trust and credibility. We work only with those that meet our highest standards for trust.
- Communication: Clear, concise, honest, creative. We prize great communicators that can lead and listen.
Application Requirements
- A link to your GitHub profile
- A link to your LinkedIn profile
- A link to any project(s)
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.