Is there a Tezos equivalent of ERC?Formal verification of Tezos smart contractsWhat exactly are smart...
Will the duration of traveling to Ceres using the same tech developed for going to Mars be proportional to the distance to go to Mars or not?
How can I prep for the Curse of Strahd adventure effectively?
Expression for "unconsciously using words (or accents) used by a person you often talk with or listen to"?
Including proofs of known theorems in master's thesis
How to Build a List from Separate Lists
Can an attached stirge deal no more than 10 HP of damage before it detaches?
How can I handle players killing my NPC outside of combat?
Resorting data from a multidimensional list
C++ range based loop with special case for first item?
Is the tritone (A4 / d5) still banned in Roman Catholic music?
Why is Shelob considered evil?
What happens if both players misunderstand the game state until it's too late?
How to know you are over-explaining and oversimplifying a subject?
In a post apocalypse world, with no power and few survivors, would Satnav still work?
SQL Server Service does not start automatically after system restart
Can you say "leftside right"?
Identify non-coding regions from a genome annotation
Did ancient Germans take pride in leaving the land untouched?
How many copper coins fit inside a cubic foot?
Python to write multiple dataframes and highlight rows inside an excel file
Is there a configuration of the 8-puzzle where locking a tile makes it harder?
How can I give a Ranger advantage on a check due to Favored Enemy without spoiling the story for the player?
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
Why do single electrical receptacles exist?
Is there a Tezos equivalent of ERC?
Formal verification of Tezos smart contractsWhat exactly are smart contracts?How are Smart Contracts saved for checking in future?A contract calling another contractIs there a way to generate a pseudo-random number inside a contract in liquidity?How can I deploy a Michelson smart contract?How can I call a contract with a type parameter?How can I write tests for my smart contracts?What does it cost to make a contract through Tezos?Time based Delegations possible?
I’d like to read / contribute to existing contract standarts on Tezos, is there an opensource movement like ERC?
smart-contracts
add a comment |
I’d like to read / contribute to existing contract standarts on Tezos, is there an opensource movement like ERC?
smart-contracts
add a comment |
I’d like to read / contribute to existing contract standarts on Tezos, is there an opensource movement like ERC?
smart-contracts
I’d like to read / contribute to existing contract standarts on Tezos, is there an opensource movement like ERC?
smart-contracts
smart-contracts
asked 2 hours ago
Matej maht0rz ŠimaMatej maht0rz Šima
40919
40919
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Martin Pospěch drafted an Tezos "ICO token" standard at https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
Stephen Andrews is working on a tztoken at https://stephenandrews.github.io/tztoken/
OcamlPro has a token contact (in Liquidity) in its examples available at http://www.liquidity-lang.org/edit/. You can also see code for that at https://github.com/OCamlPro/liquidity/blob/next/tests/others/token.liq
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "698"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f565%2fis-there-a-tezos-equivalent-of-erc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Martin Pospěch drafted an Tezos "ICO token" standard at https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
Stephen Andrews is working on a tztoken at https://stephenandrews.github.io/tztoken/
OcamlPro has a token contact (in Liquidity) in its examples available at http://www.liquidity-lang.org/edit/. You can also see code for that at https://github.com/OCamlPro/liquidity/blob/next/tests/others/token.liq
add a comment |
Martin Pospěch drafted an Tezos "ICO token" standard at https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
Stephen Andrews is working on a tztoken at https://stephenandrews.github.io/tztoken/
OcamlPro has a token contact (in Liquidity) in its examples available at http://www.liquidity-lang.org/edit/. You can also see code for that at https://github.com/OCamlPro/liquidity/blob/next/tests/others/token.liq
add a comment |
Martin Pospěch drafted an Tezos "ICO token" standard at https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
Stephen Andrews is working on a tztoken at https://stephenandrews.github.io/tztoken/
OcamlPro has a token contact (in Liquidity) in its examples available at http://www.liquidity-lang.org/edit/. You can also see code for that at https://github.com/OCamlPro/liquidity/blob/next/tests/others/token.liq
Martin Pospěch drafted an Tezos "ICO token" standard at https://gitlab.com/tips2/TIPs/blob/master/TIPS/tip-7.md
Stephen Andrews is working on a tztoken at https://stephenandrews.github.io/tztoken/
OcamlPro has a token contact (in Liquidity) in its examples available at http://www.liquidity-lang.org/edit/. You can also see code for that at https://github.com/OCamlPro/liquidity/blob/next/tests/others/token.liq
answered 2 hours ago
Fred YankowskiFred Yankowski
386112
386112
add a comment |
add a comment |
Thanks for contributing an answer to Tezos Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftezos.stackexchange.com%2fquestions%2f565%2fis-there-a-tezos-equivalent-of-erc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown