https://github.com/jinglescode/iog-education
https://github.com/jinglescode/iog-education
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jinglescode/iog-education
- Owner: jinglescode
- License: apache-2.0
- Created: 2024-05-31T05:51:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T09:25:27.000Z (over 1 year ago)
- Last Synced: 2024-10-05T00:34:28.871Z (about 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# IOG Education Demos
### Install
```
$ npm install
```
### To run
Create `.env` and add required configurations.
```
BLOCKFROST_API_KEY = 'your_blockfrost_api_key'
```
Run:
```
$ npx tsx # e.g. npx tsx native-script
```