You can generate the debug keystore by running this command in the android/app/ directory: keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
- Ensure that you have installed latest version of Android Studio and also setup required environment variables as well.
- Ensure that you have installed latest version of react-native-cli
- Run
react-native init <yourprojectname>
command for creatint a new React Native project. Most likely, you will get this errorError: Command failed: yarn add [email protected]
in Windows OS. - Change current directory to your project's directory.
- Run
yarn add react
command.
- Ensure that you have installed .NET Core in your machine.
- Open a terminal window (e.g. Gitbash, linux terminal, mac terminal, etc) then change directory to your projects folder.
Inside the folder, run
dotnet new webapi -o -n
command. Example:dotnet new webapi -o PCShop.Api-n PCShop.Api
.
#include <eosiolib/eosio.hpp> | |
// #include "includes/person.hpp" | |
using namespace eosio; | |
using namespace std; | |
/** | |
* Assymptions: | |
* 1. The only account authorized to modify the address book is the user. | |
* 2. the primary_key of our table is unique, based on username |
-
Ensure that you have installed
Node.js
in your machine. -
Install
firebase tools
CLI through runningnpm i -g firebase-tools
command.
-
Ensure that you have installed
Node.js
in your machine. -
Install
ionic
andcordova
CLI tools, through runningnpm i -g ionic cordova
command. -
To verify
ionic
installation, runionic info
command. Confirm that the command is executed successfully and displayed ionic's version.
-
Install
create-react-app
through running this command:npm i -g create-react-app
. -
Create a new ReactJS project through running this command:
yarn create react-app <project-name
. Example:yarn create react-app react-css-transition-group-demo
-
Going into the created project's directory and install these optional dependencies:
-
Download the latest version .deb installer of eosio in here.
-
Install the downloaded .deb package through running this command on terminal: