Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onflow/freshmint
https://github.com/onflow/freshmint
Last synced: 1 day 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T16:33:41.000Z (over 1 year ago)
- Last Synced: 2024-11-04T11:40:01.377Z (9 days ago)
- Language: TypeScript
- Size: 6.52 MB
- Stars: 68
- Watchers: 27
- Forks: 17
- 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.