Skip to content

Instantly share code, notes, and snippets.

@minthubk
minthubk / contracts...MyToken.sol
Created February 18, 2022 09:04
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
// contracts/MyToken.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;//^0.8.0;
/**
* Name: The Hero Seri
* Symbol: HSI
* https://heroseri.com
* https://heroseri.io
@minthubk
minthubk / contracts...MyToken.sol
Created February 18, 2022 08:59
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
// contracts/MyToken.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.7.0 <0.9.0;//^0.8.0;
/**
* Name: The Hero Seri
* Symbol: HSI
* https://heroseri.com
* https://heroseri.io
@minthubk
minthubk / contracts...artifacts...HSIToken.json
Created February 18, 2022 08:57
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
{
"deploy": {
"VM:-": {
"linkReferences": {},
"autoDeployLib": true
},
"main:1": {
"linkReferences": {},
"autoDeployLib": true
},
@minthubk
minthubk / README.txt
Created November 29, 2021 08:04
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS
@minthubk
minthubk / README.txt
Created November 25, 2021 08:15
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=undefined&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS

Keybase proof

I hereby claim:

  • I am minthubk on github.
  • I am minthubk (https://keybase.io/minthubk) on keybase.
  • I have a public key ASCyV5qt3mFUrBu7MDWslFENRR1mClSfUxzF_XUzQJF55go

To claim this, I am signing this object:

@minthubk
minthubk / Proguard config
Created June 2, 2017 01:33 — forked from PaNaVTEC/Proguard config
Proguard config
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/panavtec/Documents/android-sdk-macosx/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the ProGuard
# include property in project.properties.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here: