Skip to content

Instantly share code, notes, and snippets.

@OxMarco
Last active November 3, 2023 09:03
Show Gist options
  • Save OxMarco/dc030e2549934fc0e672029d2a382502 to your computer and use it in GitHub Desktop.
Save OxMarco/dc030e2549934fc0e672029d2a382502 to your computer and use it in GitHub Desktop.
README.md

Project Name

Solidity NodeJS NodeJS Docs

A small TL;DR to describe what the main aim of the repo is.

Description

A longer description about what the repo contains and a link to the docs.

Tech stack

A list of all dependencies, tech stack and external libraries used

WIP (if applicable)

Specify what works and what doesn't

  • feature 1
  • feature 2
  • feature n

Installation and Usage

Dependencies

We need to source the required dependencies first

$ sudo apt-get update
$ sudo apt-get install python3 ...

Core

Moving on to set up the project

$ git clone https://github.com/KeyringNetwork/AngryAlex
$ yarn install
$ yarn build

Tests

Running the tests

$ yarn test
$ ./run .

Example implementation

Can be listed inline as a blurb of code or as a link to a separate folder.

License

This code is released under a MIT/BUSL/GPLv3 license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment