Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
42 lines (41 loc) · 3.68 KB

File metadata and controls

42 lines (41 loc) · 3.68 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html
SYSTEM "about:legacy-compat">
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="copyright" content="(C) Copyright 2020"><meta name="DC.rights.owner" content="(C) Copyright 2020"><meta name="DC.type" content="concept"><meta name="description" content="A TokenScript engine runs TokenScript"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="engine"><link rel="stylesheet" type="text/css" href="css/commonltr.css"><link rel="stylesheet" type="text/css" href="css/custom.css"><title>TokenScript Engine</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab|Lato">
<script type="text/javascript" src="https://alphawallet.com/wp-content/themes/alphawallet/discourse/widget.js"></script>
</head><body id="engine"><header role="banner"><nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-4">
<div class="container">
<a class="navbar-brand" href="/">🆃okenScript</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="/TokenScript.html">Documents</a></li>
<li class="nav-item"><a class="nav-link" href="/guides/Intro.html">Guides</a></li>
<li class="nav-item"><a class="nav-link" href="/specs/Intro.html">Specs</a></li>
<li class="nav-item external"><a class="nav-link" href="">TokenScript community forum</a></li>
<li class="nav-item external"><a class="nav-link" href="/TokenScript.html">AlphaWallet (uses TokenScript)</a></li>
<li class="nav-item external"><a class="nav-link" href="/guides/Intro.html">Github TokenScript</a></li>
<li class="nav-item external"><a class="nav-link" href="/specs/Intro.html">Github TokenScript Examples</a></li>
</ul>
</div>
</div>
</nav></header><div class="container" id="content"><div class="row"><nav role="toc" class="col-lg-3"><ul></ul></nav><main role="main" class="col-lg-9"><article role="article" aria-labelledby="ariaid-title1">
<h1 class="title topictitle1" id="ariaid-title1">TokenScript Engine</h1>
<div class="body conbody"><p class="shortdesc"> A TokenScript engine runs TokenScript</p>
<p class="p">TokenScript engine is a piece of software that provides Token Layer - a set of api and UI
to the applictions and wallets that uses tokens.</p>
<p class="p">TokenScript engine achieves this by interpreating TokenScript, verifying signature and
provides the functionalities defined in the TokenScript.</p>
<p class="p">There are three TokenScript Engines:</p>
<ul class="ul" id="engine__ul_i4c_rk3_2nb">
<li class="li">The one embededin AlphaWallet Android</li>
<li class="li">The one embeded in AlphaWallet iOS</li>
<li class="li"><a class="xref" href="Bootstrap.html" title="TokenScript's bootstrap library is a TokenScript Engine that can be embeded in a web page">Bootstrap Library</a>, a JavaScript embedable Engine to be embeded in the
web pages that uses TokenScript</li>
</ul>
<p class="p">Another JavaScript one intended to be used as a MetaMask plug-in will be developed some
time in the future, sharing much of the code with Bootstrap Library.</p>
</div>
</article></main></div></div></body></html>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.