Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.
/ react-native-zcash Public archive

OSS React libraries, components and applications for the Zcash Ecosystem

Notifications You must be signed in to change notification settings

ZcashJS/react-native-zcash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Zcash

This repository uses yarn workspaces and react native. For a blow-by-blow account of how I got this working, see here.

This project is under development and is pre-alpha quality. Only use with testnet tokens for now.

Prerequisites

Install git and yarn and Xcode and stuff. (TODO: hermetic determinism)

Installation

After cloning this repo and moving to its root, run:

yarn

Start the ZcashOSX app

The ZcashOSX app must be started before storybook, it seems. If you want to start the OSX app:

cd applications/ZcashOSX
yarn macos

Start the Storybook component development environment

cd applications/zcash-storybook
yarn storybook
# in another terminal
yarn start  

Open an emulator to hot-reload the stories.

Now that you've started the application(s), you can edit any of the components and core libraries anywhere in the workspace and they will be babelified and repackaged and the app(s) will update live! Sweet!

About

OSS React libraries, components and applications for the Zcash Ecosystem

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published