Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Adding Gasless Counter tutorial using Tabookey Gas Stations Network. #6

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
236f0ad
Changing truffle version, adding GaslessCounter contract and Truffle …
Kyrrui Mar 14, 2019
d86d7fa
reverting truffle version, adding tabookey
Kyrrui Mar 15, 2019
6ea6074
Adding gasless functionality to app.js
Kyrrui Mar 15, 2019
74f8472
Add tabookey-gasless and migrations:
Kyrrui Mar 15, 2019
41eeabd
Full tutorial
Kyrrui Mar 15, 2019
6b6dfd0
Editing a couple of tutorial steps.
Kyrrui Mar 15, 2019
590329d
Recommenting out tutorial code
Kyrrui Mar 15, 2019
04eaa52
Adding upgradability and whitelist to tutorial
Kyrrui Mar 19, 2019
c0e6eee
Adding link to gasless counter tutorial
Kyrrui Mar 21, 2019
f7a5574
Adding use relayer button and removing uncomment step
Kyrrui Mar 25, 2019
2f18ba4
Adding placeholder readme for additional information to be added
Kyrrui Mar 25, 2019
cf80ebe
Update README.md
Kyrrui Mar 25, 2019
2229685
Fixing typos, updating verbage
Kyrrui Mar 26, 2019
43066b9
Removing migrations and adding steps
Kyrrui Mar 26, 2019
cf48f05
Reverting the negation in Gasless Counter contract
Kyrrui Mar 26, 2019
0eb5940
Button toggle, more instructions
Kyrrui Mar 26, 2019
96df68c
Adding information on relayed transactions
Kyrrui Mar 26, 2019
ae610cf
adding kill ganache session step
Kyrrui Mar 27, 2019
34b77d5
Fix typo
Kyrrui Mar 27, 2019
5b39981
Fix typo
Kyrrui Mar 27, 2019
c5468ed
Adding feedback to failed relay transaction
Kyrrui Mar 28, 2019
38fca18
Merge branch 'master' of https://github.com/zeppelinos/zepkit
Kyrrui Mar 28, 2019
4d2a7fe
Removed truffle from package json and switched to .sol loading from .…
Kyrrui May 7, 2019
748826e
Merge branch 'master' into master
Kyrrui Jun 18, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions client/.env
@@ -1 +1,2 @@
REACT_APP_NETWORK = 'https://mainnet.infura.io/v3/d6760e62b67f4937ba1ea2691046f06d'
SKIP_PREFLIGHT_CHECK=true