Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riteshpuvvada/create-your-personal-cryptocurrency-with-javascript

Creating Cryptocurrency on Solana Devnet
https://github.com/riteshpuvvada/create-your-personal-cryptocurrency-with-javascript

blockchain-technology cyrptocurrency devnet devnet-express minting phantom solana token

Last synced: 27 days ago
JSON representation

Creating Cryptocurrency on Solana Devnet

Awesome Lists containing this project

README

        


logo

Create your personal Cryptocurrency 🪙


> This Script generates your own tokens on the Solana blockchain.

## Getting Started

* Clone the repository with:

```bash
https://github.com/RiteshPuvvada/Create-your-personal-cryptocurrency-with-Javascript.git

cd Create-your-personal-cryptocurrency-with-Javascript
```

* Install the dependencies:

```bash
npm install
```

* Run the application in Dev mode

```bash
npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

* Installing Phantom Wallet

+ visit [Phantom](https://phantom.app/) and click on “Add to Chrome/Firefox”
+ Change the network in Phantom to [Devnet](https://docs.solana.com/clusters#:~:text=Devnet,validators%20should%20first%20target%20Devnet.)
+ Verify transactions and balance by pasting public key in [Devent Explorer](https://explorer.solana.com/?cluster=devnet)

## Available features

- [x] Sending SOL
- [x] Minting Tokens
- [ ] Transferring tokens
- [ ] Capping Token Supply