Skip to content

imerkle/nebulas-dapp-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Boilerplate with React, MobX & TypeScript & Ant design framework with internationalization for nebulas blockchain.

blockchain api in src/app/stores/NebStore.ts

to send transaction

sendTransaction = (to, value, callFunction, callArgs, listener)

only call

call = (to, callFunction, callArgs)

change this in src/app/stores/createStore.js default is mainnet

const nebStore = new NebStore({node_url: "http://YOUR_NODE_URL"});

A bare minimum mobx-react-typescript-webpack-i18n-mst-antd

Note that this project does not include Server-Side Rendering, Testing Frameworks and other stuffs that makes the package unnecessarily complicated.

Ideal for creating React apps from the scratch.

Contains

Build tools

Setup

$ yarn install

Running

$ yarn run start

Build

$ yarn run build

Code Format

$ yarn run prettier

License

MIT

fork of @rokoroku