How create token at solana with image , and dissabled mint new tokens now? - solana

I was try search , but old guides say about create token and add it to token list at solana repo , but it now read-only , i try search but all what i find is not working solutions , dead services , and scam services what not allow dissable mint and add self as "token cotroler"
i was try do all from this qustion Add image and name to existing WL spl-token
and try find at google , notting not working. This why i ask about working actual solution, all that outdated.

You are correct you can’t add anything to that list now.
The new way is to update the token metadata account that metaplex provided
There’s more info on it in the metaplex docs but strata has a nice you for doing it too at
https://strataprotocol.com/

Related

Trying adjust displayed info on OpenSea of Solana NFT collection

I created a Solana NFT collection using Candy Machine v2 (CM) and OpenSea automatically found and displayed the collection. Their documentation states that one should be able to adjust the info displayed about the collection on OpenSea when connecting a creator wallet to OpenSea. However, I don't see the collection when I connect the creator wallet.
This is the CM:
https://www.solaneyes.com/address/B5HzhwdBCUL2jboP2Q4bdeRozBe6XJj7AkNFNNpyyMyF?cluster=mainnet
When I created the CM I used a Solana CLI wallet to hold the update authority and I don't want to import this wallet into a web wallet as I then loose the ability to update the CM via sugar and my CLI wallet. However, it seems that many Solana projects were able to edit their info displayed on OpenSea so I must be missing something simple. Does anyone have experience?
As this official page of opensea says:
Creators can access their collection by connecting with the Solana wallet address of the update authority for your collection. You’ll be able to edit OpenSea-specific items like your logo and collection name, but creator earnings can only be edited on-chain.
and I see you said:
When I created the CM I used a Solana CLI wallet to hold the update authority and I don't want to import this wallet into a web wallet as I then lose the ability to update the CM via sugar and my CLI wallet.
you won't lose. add your wallet(collection update auth) to the phantom extension and after completing your adjustment remove it.
for adding a new wallet from Solana CLI to phantom extension:
open up your new wallet by vs code and copy its content
open up your phantom extension and hit add/connect wallet->import private key
paste copied wallet to the private key placeholder and also give it a name
done
another point to mention is if you look at this page from solscan website, you can see your collection creators are not verified. you can verify them with metaboss tools easily.
Cheers

I cannot modify token information in solana

I have deployed my token to solana network. Because of some change in metaplex metadata so I have to revamp my token. I have to keep token name and symbo, then I did following guide:
https://github.com/solana-labs/token-list#modifying-existing-token
However, these days, seem noone do manual PR to modify token information in solana. I saw some request stay for several weeks already. Does anyone know any other way to update token information in solana?

Get token list from connected solana wallet and create an array

I'm trying to figure out how to take the connected wallet, from the solana wallet-adapter and grab all the spl-tokens (NFTs specifically but that filter doesn't have to happen) and create an array with the token mint addresses. I'm fairly new to coding in general, so please bear with me. I was able to grab the wallet address (publickey) just fine, but cannot seem to get the token addresses from that wallet. I'm currently working in react with typescript files.
I've tried going through the Moralis Solana API https://docs.moralis.io/moralis-dapp/solana-sdk/account
but wasn't returning anything even when logging to the console. I also had some type problems, but I believe I worked those out.
You can probably use this
https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getTokenAccountsByOwner
or this
https://solana-labs.github.io/solana-web3.js/classes/Connection.html#getTokenLargestAccounts

Google OAuth/Google+ Api with multiple account

Spent the whole day to explore this ... api. But did not get the desired result.
Task - allow user login to my site with google account.
I have two google account. I want select what account use.
I read this doc
But this not allow select account and use "default"
I try use gapi.auth.authorize({..., authuser: -1}). This allow select account but ... i must twice select account.
I can`t find documentation about /AccountChooser
How I can correctly login with select needed account?
I find next solution - my code my blog
I use this docs Google OAuth API
Call https://accounts.google.com/o/oauth2/auth ton get access_token
With https://www.googleapis.com/oauth2/v1/userinfo?access_token= get user details
I was struggling with this problem on iOS, create a framework for it. https://github.com/Thywis/MultiAccountOauth
Basically, you have to sign in and restore the credential for multiple account, but I'm not sure why the Google iOS framework doesn't allow you to do this.

Google place API request denied issues

I am trying to use Google places api to search the location. But Unfortunately I am getting only 1 message in responce is REQUEST DENIED. I have created new API key, but the API ACCESS Menu shows some warning icons as shown in below image does it created any issues or any other issues belonging to API key ?
Please let me know how to overcome this issue.... thanks in advance!`
my request string is this
You should also never post your API Key on the Internet like in your request string above to prevent your key from being abused. Your API Key should be kept private like a password as any usage of your key will be logged against your account.
The request above works fine using my API Key, I would suggest generating another API Key on the API Access page of the APIs console. Also make sure that you have enabled the Places API under services, instructions are here.
The notification icons are there to notify you that you have not enabled billing on your account yet.
i have the same error. the error was resolved by append &sensor=false at the end of API
I've had this issue, turns out using the key for Android applications (the one used for the maps API) is wrong. I needed to create a key for browser applications. Once I used the browser key instead of the Android key everything worked fine.

Resources