Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
| import json | |
| import praw | |
| reddit = praw.Reddit(client_id = 'yo7_z9M3aLyIYA', | |
| client_secret = 'oV73hRGkBd17Z9R8mB4W1LshYCk', | |
| username = 'polwrap', | |
| password = 'kokakola2', | |
| user_agent = 'polwrap1') | |
Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,