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.
- Host: GitHub
- URL: https://github.com/librity/nc_typechain
- Owner: librity
- Created: 2021-04-25T08:41:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T10:58:36.000Z (about 3 years ago)
- Last Synced: 2025-01-08T07:38:10.051Z (5 months ago)
- Topics: blokchain, nomad-coders, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)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)```bash
$ npm install
``````bash
# Transpile and run
$ npm run start# Transpile and run on watch mode
$ npm run watch
```Typechain is [MIT licensed](LICENSE).
- https://github.com/Microsoft/TypeScript
- https://github.com/gilamran/tsc-watch
- https://github.com/brix/crypto-js
- https://openbase.com/js/@types/crypto-js- https://www.typescriptlang.org/docs/
- https://learnersbucket.com/examples/array/how-to-get-the-last-element-of-the-array-in-javascript/