An open source wallet that can be accessed at wallet.intear.tech.
You need to set up some env variables in .env
to external services, and if you don't use .env.prod
, you'd need to set up history-service and account-creation-service in their respective directories in this repo.
To build, install cargo install trunk
and use trunk build
or trunk build --release
. To serve and watch for changes, use trunk serve
.
Built with Leptos, TailwindCSS, and near-min-api
(an upcoming wasm-ready crate).
Feel free to create an issue or PR with the feature you want added in the wallet. Some places you might be interested in contributing to:
history.rs
: Add custom rendering of interactions with your dapp on the History page.explore_components.rs
,learn.rs
, andprotocols.rs
: Add your dapp / article / custom sections on the Explore page.