Giter Site home page Giter Site logo

learninglab's Introduction

Sample Readme File

Why this is important?

This is the first file a person will see when he looks at your project. A good developement team will always maintain a readme file which serves the purpose.

This should Typically include below points

  • Configuration Instruction
  • Installation instruction
  • Operating instruction
  • A file manifest (Directory)
  • Copyright and Licensing Information

Rapid Exchange ( Your readme file should start with your project name)

Table of Content

(TOC gives an overview of the content availabel in the file. It also make easier for the user to navigate directly to the required section)

Project Description

( A short description about the project helps the user to understand the scope)

The Rapid Exchange protocol aim to provide solution for quick exchange of crypto token through smart contract.

Technologies Used

(List of technology or external libraries used)

  • Soldity
  • Openzepplein
  • Hardhat

A typical top-level directory layout

.
├── build                   # Compiled files (alternatively `dist`)
├── docs                    # Documentation files (alternatively `doc`)
├── src                     # Source files (alternatively `lib` or `app`)
├── test                    # Automated tests (alternatively `spec` or `tests`)
├── tools                   # Tools and utilities
├── LICENSE
└── README.md

Install and Run

( This should include how to install, run and deploy the porject)

  • Run npm install to install dependencies
  • Run npx hardhat compile to compile all contracts

Test

(This should inlcude how to test the files)

Documents

(This should have link to the documents which describes the fucntions of contracts. This can be an external Link or PDf stored in project folder)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.