This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Unlock Token list", | |
"logoURI": "ipfs://QmYeu5fxHrXLkWsH2tXW5cDhiCyfAjH2w7Aich2wz7q8u1", | |
"keywords": [], | |
"timestamp": "2021-05-24T00:00:00+00:00", | |
"tags": { | |
"unlock-protocol": { | |
"name": "Unlock Protocol", | |
"description": "Tokens for Unlock Protocol" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<div v-if="unlockState === 'locked'">locked</div> | |
<div v-if="unlockState === 'pending'">pending</div> | |
<div v-if="unlockState === 'unlocked'">unlocked</div> | |
<button @click="checkout()">checkout</button> | |
</div> | |
</template> | |
<script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var unlockProtocolConfig = { | |
locks: { | |
'0xabc...': { | |
name: 'One Week', | |
}, | |
'0xdef...': { | |
name: 'One Month', | |
}, | |
'0xghi...': { | |
name: 'One Year', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- wp:unlock/unlock-box {"unlockState":"unlocked"} --> | |
<div class="wp-block-unlock-unlock-box unlock-protocol__unlocked"> | |
<!-- wp:paragraph --> | |
<p>This is content is for members</p> | |
<!-- /wp:paragraph --> | |
<!-- wp:latest-posts /--> | |
</div> | |
<!-- /wp:unlock/unlock-box --> | |
<!-- wp:unlock/unlock-box --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const HDWalletProvider = require("truffle-hdwallet-provider") | |
const { WalletService } = require("@unlock-protocol/unlock-js") | |
const provider = new HDWalletProvider( | |
mnemonic, | |
endpoint, | |
accountIndex | |
) | |
async function run() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"persistentCheckout": true, | |
"icon": "https://assets.unlock-protocol.com/tmp/webtorrent.png", | |
"callToAction": { | |
"default": "👋 Hey there, I'm Feross! ✨ | |
\nI'm an open source author, maintainer, and mad scientist. I maintain 100+ packages on npm which are downloaded 100+ million times per month 🤯It's quite mind-blowing, tbh! All my code is freely accessible on GitHub.\nPlease, help me continue my work on WebTorrent by showing your support!", | |
"pending": "Thank you for your support. It means a lot to me!", | |
"confirmed": "Thank you for your support. It means a lot to me!" | |
}, | |
"locks": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"persistentCheckout": true, | |
"icon": "https://assets.unlock-protocol.com/tmp/webtorrent.png", | |
"callToAction": { | |
"default": "👋 Hey there, I'm Feross! ✨ | |
\nI'm an open source author, maintainer, and mad scientist. I maintain 100+ packages on npm which are downloaded 100+ million times per month 🤯It's quite mind-blowing, tbh! All my code is freely accessible on GitHub.\nPlease, help me continue my work on WebTorrent by showing your support!", | |
"pending": "Thank you for your support. It means a lot to me!", | |
"confirmed": "Thank you for your support. It means a lot to me!" | |
}, | |
"locks": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{hello:"world"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<item> | |
<title>Koala | 13 millones en 12 meses vendiendo colchones</title> | |
<link>https://jonsanroman.com/blog/koala-13-millones-en-12-meses-vendiendo-colchones/</link> | |
<comments>https://jonsanroman.com/blog/koala-13-millones-en-12-meses-vendiendo-colchones/#respond</comments> | |
<pubDate>Fri, 19 Jul 2019 10:00:24 +0000</pubDate> | |
<dc:creator><![CDATA[Jon San Roman]]></dc:creator> | |
<category><![CDATA[Casos Reales]]></category> | |
<guid isPermaLink="false">https://jonsanroman.com/?p=25746</guid> | |
<description><![CDATA[Si tienes una tienda online toma nota, hay cosas bastante interesantes que usaron para hacer crecer su comercio online.]]></description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker-compose -f docker-compose.development.yml up --build | |
Building ganache | |
Step 1/17 : FROM trufflesuite/ganache-cli:v6.4.3 | |
---> a664cedca87f | |
Step 2/17 : LABEL Unlock <[email protected]> | |
---> Using cache | |
---> 0329b698ac3f | |
Step 3/17 : RUN apk add --no-cache git openssh bash | |
---> Using cache | |
---> b43d88f5725a |