All Projects → agrcrobles → babel-preset-react-native-web3

agrcrobles / babel-preset-react-native-web3

Licence: MIT License
deprecated: babel preset for react native, web3 and babel 6

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to babel-preset-react-native-web3

Minify
✂️ An ES6+ aware minifier based on the Babel toolchain (beta)
Stars: ✭ 4,303 (+19459.09%)
Mutual labels:  babel, babel-preset
vue-cms
VUE-CMS. Proudly Using ES7, Vue 2, Koa 2, Webpack 4, Babel 7 And Mocha
Stars: ✭ 16 (-27.27%)
Mutual labels:  babel
freeRouter
freeRouter - networking swiss army knife
Stars: ✭ 26 (+18.18%)
Mutual labels:  babel
find-unused-exports
A Node.js CLI and equivalent JS API to find unused ECMAScript module exports in a project.
Stars: ✭ 30 (+36.36%)
Mutual labels:  babel
webflow-nft-components
Connect web3 to Webflow without coding skills
Stars: ✭ 69 (+213.64%)
Mutual labels:  web3
ar-nft
👾 A React Native app to visualize your NFTs in AR
Stars: ✭ 71 (+222.73%)
Mutual labels:  web3
frontplate-cli
フロントエンドビルドCLI
Stars: ✭ 25 (+13.64%)
Mutual labels:  babel
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-40.91%)
Mutual labels:  web3
ocean.js
🦑 Ocean Protocol JavaScript library to privately & securely publish, exchange, and consume data.
Stars: ✭ 77 (+250%)
Mutual labels:  web3
developerdao.com
A community of builders who believe in collective ownership of the internet
Stars: ✭ 381 (+1631.82%)
Mutual labels:  web3
puppeteer-electron-quickstart
Quickstart project to run puppeteer library from an Electron application. Using ES-6 and babel.
Stars: ✭ 52 (+136.36%)
Mutual labels:  babel
react-quiz-app
A Simple React Quiz App 💎
Stars: ✭ 37 (+68.18%)
Mutual labels:  babel
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (+400%)
Mutual labels:  babel
augmented-finance-protocol
High-yield lending and low-rate borrowing DeFi protocol
Stars: ✭ 28 (+27.27%)
Mutual labels:  web3
ethjs-extras
All your dApp / App essentials for working with Ethereum.
Stars: ✭ 17 (-22.73%)
Mutual labels:  web3
medly-components
🧩 Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.
Stars: ✭ 66 (+200%)
Mutual labels:  babel
web4
Web4 is a new way to distribute decentralized apps. You only need to deploy one smart contract using WebAssembly to deploy whole web app.
Stars: ✭ 32 (+45.45%)
Mutual labels:  web3
netflix landing-page
The Netflix.com landing page built via React 16 and Styled-Components. Build deployed via Surge.sh for preview.
Stars: ✭ 39 (+77.27%)
Mutual labels:  babel
core-web
like core-js but for Web APIs (based on polyfill.io)
Stars: ✭ 34 (+54.55%)
Mutual labels:  babel
cerebro-web
Website for Cerebro
Stars: ✭ 21 (-4.55%)
Mutual labels:  babel

babel-preset-react-native-web3

It is experimental but looks like it's working on web3 version 0.x

This makes crypto work on JavascriptCore using crypto-browserify and a pure javascript tiny implementation of randombytes.

Can be considered as a workaround, buffer and process global variable.

Overview

Getting started

# Install dependencies
yarn add --dev babel-preset-react-native-web3
yarn add web3@^0.20.2
  1. Add the following in your .babelrc
{
  "presets": [
    // "babel-preset-react-native" or "babel-preset-expo",
    "babel-preset-react-native-web3"
  ]
}
  1. Import globals in your App.js as described below:

App.js

import 'babel-preset-react-native-web3/globals';

See sample

License

MIT @ zetta

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].