eoscostarica / eos-dapp-boilerplate

EOSIO Application Boilerplates 🚀
https://eoscostarica.io
MIT License
25 stars 9 forks source link

sign messages with Scatter #5

Open gaboesquivel opened 5 years ago

gaboesquivel commented 5 years ago

1) Configure your Local Network in Scatter

_scatter_local_network

2) Configure your Scatter with the Testing Users created on the init script see https://github.com/eoscostarica/eos-local/blob/master/services/eos-dev/scripts/0000_init-chain.sh

_scatter_user

3) Stake some tokens for RAM and CPU

_scatter_stake

This step won't be necessary when https://github.com/eoscostarica/eos-local/issues/40 is completed.

4) Make sure you sign messages using Scatter on the EOS Greeting reactjs demo client. Update client side code as required.

gaboesquivel commented 5 years ago

see https://github.com/eoscostarica/eos-local/issues/28