Skip to content

nuggetnchill/pepe-credit-union

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pepe Credit Union

Nearvember Challenge #6

Get Pepe Coin now

Live site

Deploy Tx

Contract

Netlify Status

Don't have a Near Tesnet Wallet? Create one now, It's free!!!

Contract testing commands:

Deploy near dev-deploy --wasmFile res/fungible_token.wasm --helperUrl https://near-contract-helper.onrender.com

Initialize (total_supply here is just initial supply, there is no cap)

near call $CONTRACT_NAME new '{"owner_id": "'$CONTRACT_NAME'", "total_supply": "10000000", "metadata": { "spec": "ft-1.0.0", "name": "PEPE Coin", "symbol": "PEPE", "decimals": 0 }}' --accountId $CONTRACT_NAME

Register to interact near call $CONTRACT_NAME storage_deposit '' --accountId wallet.testnet --amount 0.00125

Mint FT to wallet u want near call $CONTRACT_NAME ft_mint '{"receiver_id":"nugget.testnet", "amount":"69"}' --accountId wallet.testnet --amount 0.00125

Check Balance of wallet near view $CONTRACT_NAME ft_balance_of '{"account_id": "'wallet.testnet'"}'

Check Total mint supply near view $CONTRACT_NAME ft_total_supply ''

About

Get some Pepe Coins and send them to your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published