Skip to content

delegatable/delegatable-sol

 
 

Repository files navigation

banner

Delegatable

Test Coverage TS MIT license

Solidity framework for extending any contract with counterfactual revocable-delegation

Getting Started

There are three general ways to integrate Delegatable into a Solidity project

Deployment

These contracts can be deployed to a network by running: yarn deploy <networkName>

Some of them have been deployed already and can be reused.

Verification

These contracts can be verified on Etherscan. yarn verify

Testing

Run the unit tests locally with: yarn test

Coverage

Generate the test coverage report with: yarn coverage

Documentation

Add inline docs in the natspec format. The command yarn docs and yarn docs:html will generate the markdown and minimal html site which can be easily published.

About

Counterfactual revocable-delegation

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 49.1%
  • TypeScript 40.3%
  • JavaScript 10.5%
  • Shell 0.1%