Alberto by Lifted Labs is a cryptocurrency wallet that can hold identities and manage communications with a ledger running as a module on a network that supports the Many Protocol.
To start Alberto, install dependencies and then run locally.
npm install
npm start
./scripts/run.sh
in many-frameworke2e/.env.example
and name it .env
in e2e/
. Result
should be e2e/.env
e2e/.env
if needed
ledger_state.json5
in many-framework
, change MAIN_WALLET_PEM
to be the PEM file of that
address. Otherwise, keep the default.
initial: {
"maffbahksdwaqeenayy2gxke32hgb7aq4ao4wt745lsfs6wijp": {
"MFX": 1000000000
}
},
npm run test:e2e
to run playwright tests locallyAlberto will also be available on mobile devices as an "installable" progressive web application via GitHub Pages once this repository has been made publicly available.
Alberto is currently pre-release alpha software, so incrementing the version (which will trigger creating a GitHub Release) is best accomplished with the following command:
npm version prerelease --preid alpha