An open API service indexing awesome lists of open source software.

https://github.com/librity/nc_typechain

Nomad Coders - Typechain - A blockchain implementation in Typescript.
https://github.com/librity/nc_typechain

blokchain nomad-coders typescript

Last synced: 3 months ago
JSON representation

Nomad Coders - Typechain - A blockchain implementation in Typescript.

Awesome Lists containing this project

README

        

# Nomad Coders - Typechain

## Table of Contents

- [About](#about)
- [Installation](#installation)
- [Running the app](#running)
- [License](#license)
- [Libs](#libs)
- [Docs](#docs)
- [Resources](#resources)

## About

A blockchain implementation in Typescript.

- [Take the course too!](https://nomadcoders.co/typescript-for-beginners/lobby)
- [Certificate of Completion](https://nomadcoders.co/certs/197b4676-be6b-49d1-a6c8-763edc90bf2e)

## Installation

```bash
$ npm install
```

## Running the app

```bash
# Transpile and run
$ npm run start

# Transpile and run on watch mode
$ npm run watch
```

## License

Typechain is [MIT licensed](LICENSE).

## Libs

- https://github.com/Microsoft/TypeScript
- https://github.com/gilamran/tsc-watch
- https://github.com/brix/crypto-js
- https://openbase.com/js/@types/crypto-js

## Docs

- https://www.typescriptlang.org/docs/

## Resources

- https://learnersbucket.com/examples/array/how-to-get-the-last-element-of-the-array-in-javascript/