This tutorial is how to post website/application on IPFS and link with ENS domains(.eth).
- Try it: http://portalnetwork.eth
If you have any question please contact us for help:
| # Copyright 2023 Taiga Takano | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http:#www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| /* examples of usage : | |
| slides.setupSlides() // load and layout slides with links | |
| slides.nextSlide() // switch to the next slide (loops) | |
| slides.removeAllMedia() // remove all slides | |
| slides.startAutoPresent() // move from slide to slide in the allotated time then drops them all | |
| slides.dropAllContent() | |
| */ | |
| var slides = { | |
| timer:20000, //ms |
This tutorial is how to post website/application on IPFS and link with ENS domains(.eth).
If you have any question please contact us for help:
| pragma solidity ^0.4.21; | |
| /** | |
| * @title SafeMath | |
| * @dev Math operations with safety checks that throw on error | |
| */ | |
| library SafeMath { | |
| /** |
| //Classes | |
| //Record Studuent pick. | |
| //Cal Result | |
| //Studuent Pick Class(Not Pick) | |
| //Pick End Time. | |
| //Query Time | |
| pragma solidity ^0.4.8; | |
| import "https://github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; | |
| contract PickClass { |
| pragma solidity ^0.4.8; | |
| // ---------------------------------------------------------------------------------------------- | |
| // Sample fixed supply token contract | |
| // Enjoy. (c) BokkyPooBah 2017. The MIT Licence. | |
| // ---------------------------------------------------------------------------------------------- | |
| // ERC Token Standard #20 Interface | |
| // https://github.com/ethereum/EIPs/issues/20 | |
| contract ERC20Interface { |
Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
| // ------------------------------------------- | |
| // 政府驗證服務智能婚約 2016 | |
| // 在法律許可的範圍內,作者(們)已將此軟體的著作權、相關權利與鄰接權釋出到全球的公眾領域。此軟體之散布不含任何擔保責任。 | |
| // 您應該已經連同軟體取得一份CC0的公眾領域貢獻宣告複本,若沒有收到,則請見:http://creativecommons.org/publicdomain/zero/1.0/。 | |
| // ------------------------------------------- | |
| // Ethereum以太坊智能合約環境說明 https://gist.github.com/y12studio/f142cd9789c7d396d8f7 | |
| // 有意願測試簽智能婚約可聯絡 https://github.com/y12studio | |
| // 測試流程參閱 ymc1.sol | |
| // <GOV_ORACLE> |
#!/usr/bin/env bash
# Assuming OS X Yosemite 10.10.4
# Install XCode and command line tools
# See https://itunes.apple.com/us/app/xcode/id497799835?mt=12#
# See https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
xcode-select --install| // Open Script Editor and Export this as an Application | |
| // | |
| // Then drop a keynote file on it in the Finder and it will properly resize | |
| // and rotate everything so the Keynote file becomes usable as a prototype | |
| // in the iPhone keynote app | |
| // rotateDocument exported function | |
| // | |
| // Accepts a Keynote document and will rotate | |
| // all the slides and elements in the slide 90 degrees |