https://github.com/aswinbarath/blockchain-ts
Blockchain built with TypeScript
https://github.com/aswinbarath/blockchain-ts
cryptojs typescript
Last synced: 8 months ago
JSON representation
Blockchain built with TypeScript
- Host: GitHub
- URL: https://github.com/aswinbarath/blockchain-ts
- Owner: AswinBarath
- Created: 2021-04-20T02:51:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T13:49:53.000Z (over 4 years ago)
- Last Synced: 2025-02-16T23:27:02.218Z (11 months ago)
- Topics: cryptojs, typescript
- Language: TypeScript
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typechain
Building Blockchain with TypeScript
TypeScript is a superset of JavaScript
## Blockchain example

## Commands used for this project
1. npm install --global yarn
2. yarn init
3. yarn global add typescript
4. npm install typescript --save-dev
5. npx tsc
(For compilation of typescript to javascript)
6. yarn start
7. yarn add tsc-watch --dev