Smart Token Labs / TokenScript Weekly Design

Add meeting Rate page Subscribe

Smart Token Labs / TokenScript Weekly Design

These are all the meetings we have in "TokenScript Weekly D…" (part of the organization "Smart Token Labs"). Click into individual meeting pages to watch the recording and search or read the transcript.

3 Sep 2020

No description provided.
  • 6 participants
  • 49 minutes
testing
proposed
contract
allows
question
attestation
comments
thinking
brown
having
youtube image

27 Aug 2020

No description provided.
  • 8 participants
  • 1:22 hours
tokenization
discussion
bye
ethereum
protocol
brown
negotiations
minutes
ride
message
youtube image

20 Aug 2020

No description provided.
  • 4 participants
  • 1:12 hours
conversation
microphone
tokenscript
hi
message
awaiting
brown
chat
hear
questioning
youtube image

6 Aug 2020

  • 5 participants
  • 45 minutes
discussed
chat
touch
tom
implementing
brown
message
proposal
tweaked
james
youtube image

30 Jul 2020

  • 5 participants
  • 1:07 hours
australia
okay
germany
government
security
border
drones
having
journey
message
youtube image

9 Jul 2020

  • 2 participants
  • 50 minutes
comments
tokens
issue
introduce
ico
message
james
boon
deck
thinking
youtube image

2 Jul 2020

No description provided.
  • 3 participants
  • 49 minutes
token
script
implementation
communicate
encoding
trouble
api
providing
javascript
asn
youtube image

25 Jun 2020

00:55:01 hboon: class Cheque {
set amount(val){
console.log("setting amount")
this._amountValue = val;
}

get amount(){
console.log("getting amount");
return this._amountValue;
}
}

let cheque = new Cheque();
cheque.amount = 123;
  • 5 participants
  • 1:10 hours
tokenscript
authentication
thinking
signer
sending
transaction
introduce
protocol
token
offer
youtube image

18 Jun 2020

No description provided.
  • 3 participants
  • 50 minutes
checks
amy
help
attestation
testing
bob
tokens
checking
gives
validate
youtube image

11 Jun 2020

00:10:49 hboon: https://github.com/AlphaWallet/alpha-wallet-ios/blob/master/AlphaWallet/Browser/Factory/WKWebViewConfiguration.swift#L102
00:14:56 hboon: https://github.com/AlphaWallet/TokenScript-Examples/blob/master/examples/EntryToken/enter.en.js#L32
00:26:16 Tore Frederiksen: https://crypto.stackexchange.com/questions/34863/ec-schnorr-signature-multiple-standard
00:33:23 weiwu: https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/deriveKey
00:35:38 Tore Frederiksen: https://community.tokenscript.org/t/send-with-attestation-and-send-to-attestation-mvp-use-case-of-attestation/309/11
00:38:57 Tore Frederiksen: https://en.wikipedia.org/wiki/Proof_of_knowledge#Schnorr_protocol
00:42:34 Tore Frederiksen: Pick random r, compute t=g^r, compute c=H(t) and return (t, s=r+cx)
00:50:18 Tore Frederiksen: Pick random r, compute t=g^r, compute c=H(t) and return (t, s=r+c(x+delta), delta)
00:51:23 Tore Frederiksen: g^sg^-delta=ty^c
00:52:09 Tore Frederiksen: Pick random r, compute t=g^r, compute c=H(t) and return (t, s=r+c(x+delta), delta, y)g^sg^-c*delta=ty^c
00:52:54 weiwu: memory space of JS.
00:52:59 weiwu: memory space of UA.
00:53:24 weiwu: We have (sk) in the UA which is the subject being proved.
00:53:44 weiwu: We also know that everything the verifier generated and passed to the prover is in JS
00:53:53 Tore Frederiksen: JS: r, t, c, (x+delta)UA:, t, s, delta, x, y
  • 7 participants
  • 1:15 hours
having
tsumtsum
sufficient
showing
conversation
users
tricky
making
session
standing
youtube image

4 Jun 2020

No description provided.
  • 4 participants
  • 57 minutes
discussed
issue
managed
magic
project
important
intuitive
topic
protocol
linked
youtube image

28 May 2020

00:47:58 Tore Frederiksen: https://asn1tools.readthedocs.io/en/latest/
  • 4 participants
  • 59 minutes
message
validation
pass
tokens
representation
sending
encoded
privileges
provides
trustworthy
youtube image

21 May 2020

No description provided.
  • 5 participants
  • 59 minutes
notification
cautious
discussed
handling
communication
ts
proper
precedence
testable
thinking
youtube image

14 May 2020

No description provided.
  • 5 participants
  • 56 minutes
issue
suggesting
fever
presently
message
debugging
examine
sensitive
vantage
imio
youtube image

7 May 2020

00:46:32 weiwu: https://github.com/AlphaWallet/blockchain-attestation/blob/master/use-cases/email-address-attestation.md
00:58:19 Tore Frederiksen: We can’t hear you Weiwu
00:59:00 JamesB: no audio
01:20:37 weiwu: Helolo\
01:20:59 weiwu: https://github.com/AlphaWallet/blockchain-attestation/blob/master/use-cases/email-address-attestation.md
01:21:27 weiwu: Alice signs msgData to transfer ETH. (msgData specifies expiry, ETH amount)
Alice securely sends signed msgData to Bob (email, telegram, ...).
Bob calls Alice's smart contract wallet with h(msg + BobAddress) (aka msgHash)
- smart contract checks: msgMap[msgHash] == 0 (not used)
- smart contract stores: map[msg.sender] = msgHash
Bob calls Alice's smart contract with signed msgData
- smart contract checks msg signature of Alice
- smart contract checks: msgMap[msgHash] = 1 (used)
- smart contract checks map[msg.sender] == h(msgData + msg.sender)
- executes transaction with msg data (check expiry, send ETH)
01:27:51 Victor Zhang: https://community.tokenscript.org/t/send-with-attestation-and-send-to-attestation-mvp-use-case-of-attestation/309
  • 8 participants
  • 1:56 hours
users
okay
microphone
communication
problems
advanced
screen
attesting
techies
speakers
youtube image

23 Apr 2020

  • 7 participants
  • 56 minutes
introduced
message
okay
issue
theorem
topic
notes
tasks
predefined
takes
youtube image

16 Apr 2020

No description provided.
  • 5 participants
  • 51 minutes
views
sharing
discussion
resize
zoom
updated
project
users
extending
features
youtube image

9 Apr 2020

No description provided.
  • 7 participants
  • 1:02 hours
token
bye
discussed
message
hey
allow
precedence
signing
note
tokens
youtube image

2 Apr 2020

No description provided.
  • 5 participants
  • 1:01 hours
authentication
sharing
compromised
cryptography
password
trust
users
security
secret
protocols
youtube image

26 Mar 2020

  • 6 participants
  • 1:13 hours
coronavirus
having
denmark
supermarket
nice
morning
country
okay
hey
concerned
youtube image

19 Mar 2020

  • 3 participants
  • 3:58 hours
sharing
rsa
compromised
security
private
authentication
gives
message
shared
cryptographic
youtube image

12 Mar 2020

No description provided.
  • 5 participants
  • 38 minutes
scrolling
capacity
view
chat
screen
users
interactable
problems
row
activity
youtube image

20 Feb 2020

No description provided.
  • 5 participants
  • 59 minutes
discussed
procedure
expected
having
concerned
approving
apparently
plan
test
visiting
youtube image

13 Feb 2020

00:07:37 Tore: Is anyone currently talking because I can’t hear anything 😅
00:08:44 weiwu: https://github.com/AlphaWallet/TokenScript-Examples/blob/add-ens-files-from-main-repo/examples/ENS/ENS/ENS.xml
00:12:20 weiwu: RDN for ENS:
name=weiwu.ens
00:12:29 weiwu: RDN for Kitty:
tokenID=0x830e8029389023840234902384309
00:32:09 weiwu: name=weiwu.ens,dim2=value
00:35:50 weiwu: https://github.com/AlphaWallet/TokenScript-Examples/blob/add-ens-files-from-main-repo/examples/ENS/ENS/ENS.xml
00:43:42 hboon: web3.token.data.currentInstance
00:44:10 hboon: web3.token.data.all (or something like that)
00:45:39 weiwu: XUL
  • 3 participants
  • 56 minutes
attestation
schema
2020
protocols
validated
observed
representation
react
analyzes
message
youtube image

30 Jan 2020

No description provided.
  • 4 participants
  • 47 minutes
event
tokens
protocols
attestations
notification
boone
introduce
transaction
stuff
interpret
youtube image

16 Jan 2020

No description provided.
  • 4 participants
  • 50 minutes
validated
key
public
signers
attestation
issuing
security
certificates
signature
testing
youtube image

9 Jan 2020

No description provided.
  • 3 participants
  • 46 minutes
discussed
script
attestations
token
making
meets
joe
abi
providing
finished
youtube image

2 Jan 2020

Hi everyone. In the last meeting, thanks to being in Christmas, we
only covered learnability topics, like how to segment tokenscript for
learnability and how to name the components for learnability. None
were concluded and I'll summarize them later in the forum.

Today's meeting continues from previous attestation discussion

- I will demonstrate a small test case of DER based TokenScript
parsing, written in JAVA. A previous test case was written in Solidity
by James Brown but that was before we have had an ASN.1 module for
attestation so I'll ask James to update his test case.

-URI schema for attestations, pick up from here:
https://community.tokenscript.org/t/a-uri-schema-for-attestations/303

Optionally:
- smart-contract interface of attestations.
  • 3 participants
  • 46 minutes
hear
zoom
protocol
readers
improvements
launched
attestations
complicated
smart
issue
youtube image