Skip to content

Instantly share code, notes, and snippets.

View anonymoussprocket's full-sized avatar
🌴
On vacation

anonymoussprocket

🌴
On vacation
View GitHub Profile
@anonymoussprocket
anonymoussprocket / README.md
Last active October 5, 2019 13:23
Tezori/Galleon wallet file reader

Tezori/Galleon wallet file reader

@anonymoussprocket
anonymoussprocket / README.md
Last active March 16, 2021 06:31
Tezos User Workflows with ConseilJS

Purpose

Single script to test common Tezos user workflows. Additionally this sample illustrates the use of ConseilJS for interactions with a Tezos blockchain node.

Environment

This tutorial requires nodejs 12.21+ & npm. It's highly recommended to install those via nvm.

Steps

@anonymoussprocket
anonymoussprocket / README.md
Last active June 24, 2020 04:18
Cryptonomic Tezos developer workshop materials

Workshop

These materials are meant to accompany the live workshops by Cryptonomic for blockchain and smart contract development. This version focuses on the Tezos chain and smart contract development with SmartPy.

Content

The code in this workship is written Typescript. We will use the ConseilJS library to interact with the Tezos Alphanet chain. It is possible to use the ConseilJS npm package with nodejs directly with JavaScript. There is also a minified deployment for use on websites. The smart contract section follows the Smart Contract Development Syllabus and uses SmartPy. The contracts covered in the syllabus are also available on Github. While this introduction coveres much of the Tezos user workflows, some things are out of scope. Please refer to the full [ConseilJS Documentation](https://cryptonomic.github.io/