cryptiOS / opcontract
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract MyFirstContract { string public message; function setMessage(string memory _message) public { message = _message; } }
β26Updated 2 months ago
Related projects β
Alternatives and complementary repositories for opcontract
- β27Updated 8 years ago
- π¦ Open source interfaces for the Uniswap protocolβ20Updated last month
- Pure.Finance website and web3 dappβ22Updated this week
- β24Updated this week
- β8Updated 2 months ago
- Collective Idea's Awesomeness. A collection of useful Rails bits and pieces.β8Updated 14 years ago
- Base plugin that adds support for generating files from a declarative scaffold configuration.β11Updated 4 years ago
- Plugin that adds support for generating project files from a declarative boilerplate configuration.β12Updated 8 years ago
- base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.β12Updated 8 years ago
- Detect potential file system conflicts and if necessary prompt the user before overwriting files.β11Updated 5 years ago
- Base plugin that adds a `project` getter to the instance for getting the name of a project. Gets the project name for new (empty) projectβ¦β12Updated 8 years ago
- Watch plugin for base applications.β12Updated 8 years ago
- base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.β12Updated 4 years ago
- Orchestrate multiple instances of Base at once.β11Updated 7 years ago
- Base plugin, creates a normalized environment object from a function, filepath or instance of base.β12Updated 4 years ago
- Plugin for base-methods that simplifies mapping argv arguments to tasks, commands, and optionsβ12Updated 8 years ago
- Base plugin that adds methods for programmatically installing bower packagesβ11Updated 8 years ago
- Plugin for adding routes support to your `base` application. Requires templates support to work.β11Updated 7 years ago
- Token contract with buy/sell/liquidity fees on base networkβ14Updated 7 months ago
- Plugin that adds project-generator support to your `base` application.β13Updated 4 years ago
- Adds an `.ignore` method that parses `.gitignore` and converts the patterns from wildmatch to glob patterns, so they can then be passed tβ¦β11Updated 8 years ago
- Base plugin that adds a getter/setter for the current working directory.β12Updated 8 years ago
- Adds an `option` method to base-methods.β13Updated 5 years ago
- base plugin that provides a very thin wrapper around composer for adding task methods to your application.β14Updated 6 years ago
- base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file system, like src, dest, copy and symlβ¦β13Updated 8 years ago
- adds a `data` method to base-methods. 100% unit test coverage and browserify-friendly lazy-caching.β19Updated 4 years ago
- Base plugin for adding a `pkg` object with get/set methods for getting data from package.json or setting data to package.json.β13Updated 6 years ago
- Add "smart plugin" support to your base application. Adds a `.run` method, allowing plugins to be called on a given object, at any time.β21Updated 7 years ago
- Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methodsβ¦β20Updated 8 years ago
- Starting point for a base application with a minimal selection of commonly used plugins, and a functional CLI that will run a `basefile.jβ¦β14Updated 6 years ago