Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/riteshpuvvada/create-your-personal-cryptocurrency-with-javascript
- Owner: RiteshPuvvada
- Created: 2022-01-31T05:45:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T04:32:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T21:43:54.081Z (over 1 year ago)
- Topics: blockchain-technology, cyrptocurrency, devnet, devnet-express, minting, phantom, solana, token
- Language: JavaScript
- Homepage: https://create-your-personal-cryptocurrency-with-javascript.vercel.app/
- Size: 5.03 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.gitcd 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