Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/massun-onibakuchi/on-chain-nft
Fully on-chain NFT, inspired by Uniswap V3 Position NFT. Image is saved on-chain in base64 encoded SVG format.
https://github.com/massun-onibakuchi/on-chain-nft
Last synced: 3 months ago
JSON representation
Fully on-chain NFT, inspired by Uniswap V3 Position NFT. Image is saved on-chain in base64 encoded SVG format.
- Host: GitHub
- URL: https://github.com/massun-onibakuchi/on-chain-nft
- Owner: massun-onibakuchi
- Created: 2021-05-21T15:40:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T00:57:31.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:37:11.193Z (6 months ago)
- Language: Solidity
- Homepage:
- Size: 358 KB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nft-onchain - Repository
README
# on-chain-NFT
- On-chain NFT, inspired by Uniswap V3 NFT.
- NFT's Image is saved on-chain in SVG format.
- Converting FT to NFT.
- Depositing some FT mints a NFT. Burning a NFT returns the deposited FT.
- Add a collectible element to FT. More UMAMI flavor.
- NFT for everyone.
- Any user can mint a NFT in turn depositing a certain amount of ERC20 token.### Concept
Lido is a decentralized infrastructure for issuing stETH tokens that you can use while staking ETH.- Encourage the use of stETH and wstETH
- Depositing some FT (such as wstETH) mints a NFT, which automatically generates unique image in SVG format.
- NFT represents a liquidity in stETH pool, or a owner of FT.
- NFT is transferable.
[Lido Finance](https://lido.fi)[Lido Finance Doc](https://docs.lido.fi/)
[Lido Finance Github](https://github.com/lidofinance/lido-dao)
Sample Image
## Setup
To install dependencies,run
`yarn`## Compile
`yarn build`
## Test
`yarn test`
Also,This generates a image in SVG format in `images` folder