https://github.com/onflow/freshmint
https://github.com/onflow/freshmint
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onflow/freshmint
- Owner: onflow
- License: apache-2.0
- Created: 2021-10-07T23:53:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T16:33:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T18:44:45.713Z (8 months ago)
- Language: TypeScript
- Size: 6.52 MB
- Stars: 66
- Watchers: 26
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Freshmint 🍃
Freshmint is a tool for building NFT-based applications on Flow.
> :warning: This project is still in development.
>
> The current alpha version is not yet intended for production (i.e. mainnet) use. Please expect breaking changes as the tool evolves!
## Getting started
Follow the [getting started guide](./docs/getting-started.md) to create your first Freshmint project!
## Development
This repository contains both TypeScript and Cadence source code.
### Cadence
The Cadence contracts, transactions and scripts are maintained in the [cadence](./cadence) directory.
### TypeScript
Freshmint is made up of several TypeScript packages located in the [packages](./packages) directory.