https://github.com/maxstalker/flow-webinar-101
https://github.com/maxstalker/flow-webinar-101
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxstalker/flow-webinar-101
- Owner: MaxStalker
- License: unlicense
- Created: 2022-08-08T12:11:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T14:00:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T11:12:38.469Z (over 1 year ago)
- Language: Cadence
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Flow 101 - Start Building Now
Materials in this repository accompany Flow 101 webinar, showcasing basic interaction with network using available tools:
- [Flow Playground](https://play.onflow.org/)
- [Flow CLI](https://docs.onflow.org/flow-cli/)
### Cadence
`cadence` folder contains all the Cadence code necessary for project to work properly.
- `contracts` - single file have the code for the `YearbookManager` contract with all the annotations necessary to understand the code
- `transactions` - holds transactions necessary to init account and sign yearbook on other account
- `scripts` - scripts, which can be used to read messages from a specific account Yearbook
### CLI
We also prepared two folders with `shell` and `batch` scripts, which will allow you to easily run Flow CLI commands.
### Testing
`test` folder contains example on how you would approach testing Cadence code with [Flow JS Testing](https://github.com/onflow/flow-js-testing)