Rogues Lab

We are an innovation and advisory firm supporting startups, scaleups, DAOs and corporates. Experimenting with Web2, Web3, Solidity, NFTs and AI, and how they will power your future.

We work in a hands-on manner with strategy, ideation, concept development, design, tokenomics, product development, rapid prototyping, interim c-level roles, advisory, education, organisational + process efficiency and capital raising.

Having founded, invested in, and scaled companies in Australia, UK and US, Rogues Lab founder Darren has a deep understanding of the founder journey, and how to build, launch and scale innovative products and teams.

Opportunity.sol
AssetsAndIP.sol
SpecialSauce.sol
package.json
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/utils/Context.sol";
contract Opportunity is Context {
mapping(address => bool) public readyList;
function doBusiness(address to) external payable virtual;
}