Skip to content

Instantly share code, notes, and snippets.

View asbjornenge's full-sized avatar
Swinging madly across the sun.

Asbjorn Enge asbjornenge

Swinging madly across the sun.
View GitHub Profile
Parameter Value
When 12.09.2021 14:00 UTC
Presale amount 1.000.000 $IDZ
Total raise goal $ 225.000
Price $ 0,225
Initial price on QuipuSwap $ 0,351
Public sale discount 35,90%
Minimum amount 50 $XTZ
Maximum amount -
Who % $IDZ Lockup Gradual release
Founders 27 %  2.700.000 3 years 10 months
Advisors 5 %  500.000 3 years 10 months
Incentive pool 50 %  5.000.000 1 month -
Private sale (sold out) 5 %  500.000 3 months 5 months
Public sale 10 %  1.000.000 Liquid -
Initial QuipuSwap liquidity 2,5 %  250.000 Liquid -
Proofdrop 0,5 %  50.000 Liquid -
@asbjornenge
asbjornenge / idz_breakdown.md
Last active August 24, 2021 13:30
IDZ breakdown
Parameter Value
Capped Supply 10.000.000 $IDZ
Decimals 8
@asbjornenge
asbjornenge / xtznews_devseries.md
Last active July 27, 2021 14:20
XTZ News Dev Series

Whoami

My name is Asbjørn Enge and I'm a systems architect and developer located in Norway 🥶🇳🇴

I've been interested in computers my entire life, and being a bit philosofically inclined, linux and free software became an interest and a passion early on. This also lead me to bitcoin and the blockchain space.

I hold a bachelors degree in electrical engineering. But have been working on all sorts of projects from embedded linux libraries to large airport software deployments. I've also managed a PoW farm 😅⚡ These days I do architecture and devops for a SaaS company in addition to building dapps; TezID and YayNay 🙌

Tezos

@asbjornenge
asbjornenge / tezid_v1_integration_test.py
Created June 3, 2021 08:40
TezID v1 Integration Test
@sp.add_test(name = "Call TezID from other contract")
def test():
admin = sp.test_account("admin")
user = sp.test_account("User")
user2 = sp.test_account("User2")
user3 = sp.test_account("User3")
cost = sp.tez(5)
proof1 = sp.record(
type = 'email'
)
@asbjornenge
asbjornenge / tezid_v1_integration.py
Created June 3, 2021 08:38
TezID v1 Integration
## Types
#
TGetProofsRequestPayload = sp.TRecord(
address=sp.TAddress,
callback_address=sp.TAddress,
callback_entrypoint=sp.TString
)
TGetProofsResponsePayload = sp.TRecord(
address = sp.TAddress,
@asbjornenge
asbjornenge / header.js
Created May 19, 2021 11:14
Tezos Wallet Header
import { useState } from 'react'
import { useStore } from 'react-hookstore'
import { nav } from 'tiny-react-router'
import formatNumber from 'format-number'
import { BiLinkExternal } from 'react-icons/bi'
import { TezosWallet, TezosWalletMenuDisconnect } from 'tezos-wallet-component'
import { getAccount } from '../utils'
import { connectWallet, disconnectWallet } from '../wallet'
import 'tezos-wallet-component/dist/index.css'
import './header.css'
@asbjornenge
asbjornenge / linuxkit-logger.js
Created August 21, 2020 13:26
Node script to capture memlogd logs from linuxkit
import net from 'net'
var client = net.createConnection("/var/run/memlogdq.sock")
client.on('connect', function() {
console.log('connected')
})
client.on('data', function(data) {
// Stream logs to somewhere fun...
@asbjornenge
asbjornenge / gitploy.fish
Created March 7, 2018 09:57
Small fish script to facilitate deployment using git tags
function gitploy
if count $argv > /dev/null
set -x VERSION $argv[1]
echo "Deploying version $VERSION"
git tag -a "$VERSION" -m "Version $VERSION"; and git push; and git push --tags
else
echo "Missing version"
end
end
@asbjornenge
asbjornenge / mining-i-norge.md
Last active February 9, 2018 13:03
Mining av kryptovaluta i Norge

Mining av kryptovaluta i Norge

Til alle som måtte finne det interessant.

Dette dokumentet er et forsøk på å beskrive hvorfor Norge bør omfavne kryptovaluta, og spesielt prosessen kalt mining. Og hvorfor den nåværende bankblokkaden hindrer innovasjon, store økonomisk muligheter og fremveksten av mange nye arbeidsplasser.

Mining