nifty
35 posts

nifty
@nifty_oss
Open source protocols for digital assets on SVM
Katılım Ocak 2024
18 Takip Edilen431 Takipçiler

every non-fungible protocol should have this feature
(close the account on burn)
github.com/nifty-oss/lime…
trent.sol@trentdotsol
every wallet should have this feature
English

Imagine when they find out how much CU nifty uses.
nifty-oss.org/standard
English
nifty retweetledi

In the guide, we show you how to create NFTs on the @EclipseFND mainnet using the @nifty_oss asset standard.
We cover:
• bridging ETH to Eclipse Mainnet
• Using QuickNode's IPFS gateway to upload an image and metadata
• minting an NFT using the Nifty Asset JavaScript SDK
English
nifty retweetledi

For on-chain enthusiastics, strongly suggest having a look at @a_milz's great epochs project. Not only the asset is stored fully on-chain, but the image generation is also done on-chain. 🤯
github.com/amilz/epochs
English

Revised documentation is live! 🙌
Includes description for all extensions and instructions – with lots of examples!
nifty-oss.org/docs/category/…
English
nifty retweetledi

@jacobdotsol Your NFT standard should allow you to just add it. 😊 This is how you could do it with @nifty_oss in 2 steps: (1) use a proxy program to create an asset with a Properties extension; and (2) add custom logic to your transfer instruction to store the timestamp.
English
nifty retweetledi
nifty retweetledi

the default solana program entrypoint function that’s on virtually every mainnet program uses up to 8000 cus when you give it 32 unique accounts — before a single line of business logic
absolutely embarrassing.
use solana-nostd-entrypoint
febo@0x_febo
It turns out we can do better – asset transfer using ~1k CU. This is using a custom entrypoint (nitrate) based on @cavemanloverboy's solana-nostd-entrypoint plus a few tweaks. The savings in compute are correlated with the number of accounts that the instruction receives – more accounts, more savings.
English

👀
febo@0x_febo
It turns out we can do better – asset transfer using ~1k CU. This is using a custom entrypoint (nitrate) based on @cavemanloverboy's solana-nostd-entrypoint plus a few tweaks. The savings in compute are correlated with the number of accounts that the instruction receives – more accounts, more savings.
ART
nifty retweetledi

Nifty hybrid contracts are now out:
github.com/LibrePlex/libr…
Contracts are open source and free as always.
You can also create nifty launches on t22.io but couple of things to consider:
1) we have not yet enabled the indexing of nifty launches so they won't show up in the gallery (you need to send a link around if you create one)
2) because wallet support for @nifty_oss is still being developed, the launch will give you an SPL token instead (which you can swap for nifty NFTs just like a regular hybrid token). That way at least you can see the SPL token in the wallet after you mint.
3) There is currently no option to add creator fees to nifty launches - this is intentional as this is emerging tech and we want to keep it in "beta" until there's a bit more ecosystem adoption!
4) The swap mechanism uses something quite cool called "monoswap". It's a piece of tech that @metafrost and I have collaborated on and it allows you to create permanent two-way swaps between two assets of *any* kind. Will put out more docs on monoswap as well. It's a tiny contract that could eventually become quite useful!

English
nifty retweetledi

had fun coding some @nifty_oss. it was a literal pleasure.
what for? idk. its classified. kek
English

Nifty Asset is officially live on mainnet with release v0.3.0! 🎉🥳
explorer.solana.com/address/AssetG…
Both Rust and Javascript clients have been updated.
English




