1.0.0 • Published 5 years ago

@rahulthakkar/escrow-service-generator v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

escrow-service-generator

It provides implementation of ERC20 token,Milestone contract,Vault contract and Receive contract, you can use these contracts as a reference to implement an escrow service according to your logic

Workflow

Installation

npm install escrow-service-generator

Usage

pragma solidity ^0.5.5;

import 'escrow-service-generator/ERC20/ERC20Token.sol';
import 'escrow-service-generator/Service/Milestone.sol';

You need an ethereum development framework for the above import statements to work! Check out these guides for Truffle or Embark.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details