Skip to content

Instantly share code, notes, and snippets.

View zinary's full-sized avatar
🏠
Working from home

Ram Kumar zinary

🏠
Working from home
View GitHub Profile
import android.content.BroadcastReceiver
import android.content.Context
import android.content.Intent
import android.content.IntentFilter
import androidx.compose.runtime.Composable
import androidx.compose.runtime.DisposableEffect
import androidx.compose.runtime.rememberUpdatedState
import androidx.compose.ui.platform.LocalContext
// SPDX-License-Identifier: MIT
pragma solidity 0.8.6;
import "https://github.com/0xcert/ethereum-erc721/blob/master/src/contracts/tokens/nf-token-metadata.sol";
import "https://github.com/0xcert/ethereum-erc721/blob/master/src/contracts/ownership/ownable.sol";
contract YOUR_CONTRACT_NAME is NFTokenMetadata, Ownable {
constructor() {
nftName = "YOUR_NFT_NAME";
@zinary
zinary / challenge-9-intro-to-vue.markdown
Created July 25, 2020 09:41
Challenge 9 - Intro to Vue
@zinary
zinary / challenge-8-intro-to-vue.markdown
Created July 25, 2020 09:41
Challenge 8 - Intro to Vue
@zinary
zinary / challenge-7-intro-to-vue.markdown
Created July 25, 2020 09:41
Challenge 7 - Intro to Vue
@zinary
zinary / challenge-6-intro-to-vue.markdown
Created July 25, 2020 09:40
Challenge 6 - Intro to Vue
@zinary
zinary / challenge-5-intro-to-vue.markdown
Created July 25, 2020 09:40
Challenge 5 - Intro to Vue
@zinary
zinary / challenge-4-intro-to-vue.markdown
Created July 25, 2020 09:40
Challenge 4 - Intro to Vue
@zinary
zinary / challenge-3-intro-to-vue.markdown
Created July 25, 2020 09:40
Challenge 3 - Intro to Vue
@zinary
zinary / challenge-2-intro-to-vue.markdown
Created July 25, 2020 09:39
Challenge 2 - Intro to Vue