escrow-service-generator

3.2.0 • Public • Published

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

  • Rahul Buddhdev -(https://github.com/rahulthakkar796)

License

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

Package Sidebar

Install

npm i escrow-service-generator

Weekly Downloads

22

Version

3.2.0

License

ISC

Unpacked Size

108 kB

Total Files

8

Last publish

Collaborators

  • rahulthakkar