All Projects → ElGatoLoco → cardmintano

ElGatoLoco / cardmintano

Licence: MIT License
Graphical user interface for minting native tokens on Cardano

Programming Languages

typescript
32286 projects
CSS
56736 projects
shell
77523 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cardmintano

cardano-developer
A Cardano Developer Guide
Stars: ✭ 62 (+113.79%)
Mutual labels:  cardano
cardano wallet sdk
Targeting Flutter apps, the Cardano Wallet SDK is a high-level Dart library for managing cryptocurrency accounts & executing transactions on the blockchain.
Stars: ✭ 31 (+6.9%)
Mutual labels:  cardano
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+20.69%)
Mutual labels:  cardano
cardano-addresses
Addresses and mnemonic manipulation & derivations
Stars: ✭ 118 (+306.9%)
Mutual labels:  cardano
cardanocli-js
Wrapping the cardano-cli inside JavaScript
Stars: ✭ 173 (+496.55%)
Mutual labels:  cardano
high-assurance-legacy
Legacy code connected to the high-assurance implementation of the Ouroboros protocol family
Stars: ✭ 81 (+179.31%)
Mutual labels:  cardano
ansible-role-cardano-node
Ansible role for the provisioning of Shelly Cardano binaries from source.
Stars: ✭ 20 (-31.03%)
Mutual labels:  cardano
plutus-starter
A starter project for Plutus apps
Stars: ✭ 176 (+506.9%)
Mutual labels:  cardano
tokenomia
Tokenomia is built for the Cardashift ICO, it aims to simplify the use of Native Tokens and Smart Contracts above the Cardano Platform. Cardashift is a community-driven startup platform that raises funds, builds and accelerates startups that solve social and environmental problems.
Stars: ✭ 84 (+189.66%)
Mutual labels:  cardano
master
This is an Open-Source, community-driven project for the creation of a documentation hub for Raspberry Pi and ARM Cardano Stake Pool Operators.
Stars: ✭ 18 (-37.93%)
Mutual labels:  cardano
cardano-rosetta
An implementation of Rosetta for Cardano
Stars: ✭ 85 (+193.1%)
Mutual labels:  cardano
cardano-ledger
The ledger implementation and specifications of the Cardano blockchain.
Stars: ✭ 193 (+565.52%)
Mutual labels:  cardano
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-6.9%)
Mutual labels:  cardano
Pi-Pool
Cardano Stakepool on Raspberry Pi
Stars: ✭ 204 (+603.45%)
Mutual labels:  cardano
project-icarus-chrome
Icarus, a reference implementation for a lightweight wallet developed by the IOHK Engineering Team.
Stars: ✭ 32 (+10.34%)
Mutual labels:  cardano
nessus-cardano
A Cardano playground that explores various build/runtime aspects of the project. Something like an incubation space, before we are propose changes upstream. The initial focus is on "container first" for the Cardano node.
Stars: ✭ 92 (+217.24%)
Mutual labels:  cardano
plutusPioneerProgram
Plutus Pioneer Program #2 Cohort
Stars: ✭ 25 (-13.79%)
Mutual labels:  cardano
cardano-py
Python3 lib and cli for operating a Cardano Passive Node and using the API's. (PRE-ALPHA)
Stars: ✭ 17 (-41.38%)
Mutual labels:  cardano
rust-cardano-ouroboros-network
Rust implementation of networking layer for the Ouroboros blockchain protocol using Tokio framework.
Stars: ✭ 31 (+6.9%)
Mutual labels:  cardano
pallas
Rust-native building blocks for the Cardano blockchain ecosystem
Stars: ✭ 66 (+127.59%)
Mutual labels:  cardano

Cardmintano

Cardmintano

A graphical user interface for minting native tokens on Cardano network, built with Electron and React.

This is only a learning project and as such it is not recommended to be used for anything production related, so please use at your own risk. With that out of the way, you can find pre-built executables on the releases page.

Cardmintano demo

How it works?

In order to simplify usage and avoid having to build your own node, the app relies on having Daedalus wallet running. Everything that is entered through the UI is being used as payload for cli commands that are run in the background.

Limitations

  • The app is currently working only on testnet and MacOS
  • When the app is started for the first time, a new address is created which you need to fund in order to be able to mint tokens
  • Current functionality is very basic - only options you get to enter through the UI are token name and token amount
  • Every minted token uses the same policy which is created when the app is started for the first time

TODO

  • Add support for mainnet
  • Add support for other operating systems beside MacOS
  • Add support for multiple addresses
  • Add ability to transfer ADA and native tokens to different addresses
  • Add support for running your own node
  • Add support for custom policies
  • Add metadata support

Available Scripts

For the full list of available scripts checkout package.json

yarn start

Runs the app in the development mode.

yarn build

Builds the app for production to the release folder.
It correctly bundles React in production mode and packages it to Electron executable.

Learn More

You can learn more about Cardano here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].