Skip to content

Node module that provides basic smart contrcats to create an escrow service which uses ERC20 tokens as a payment method

License

Notifications You must be signed in to change notification settings

rahulthakkar796/escrow-service-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node module that provides basic smart contrcats to create an escrow service which uses ERC20 tokens as a payment method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published