-
Download the latest version .deb installer of eosio in here.
-
Install the downloaded .deb package through running this command on terminal:
-
Install
create-react-appthrough 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:
-
Ensure that you have installed
Node.jsin your machine. -
Install
ionicandcordovaCLI tools, through runningnpm i -g ionic cordovacommand. -
To verify
ionicinstallation, runionic infocommand. Confirm that the command is executed successfully and displayed ionic's version.
-
Ensure that you have installed
Node.jsin your machine. -
Install
firebase toolsCLI through runningnpm i -g firebase-toolscommand.
| #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 .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 -ncommand. Example:dotnet new webapi -o PCShop.Api-n PCShop.Api.
- 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 reactcommand.
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