Build and Run Yourself
Last updated
Last updated
Open a new terminal window in the project directory, and run the following command to start the local replica. The replica will not start unless exists in the current directory.
When you're done with development, or you're switching to a different dfx project, running
from the project directory will stop the local replica.
Make sure you switch back to the project root directory.
First, install the frontend dependencies by running
To build and deploy the project locally, first create a .env.development
file by copying the file. Once you've correctly set the api keys for all the different services that OISY needs, then run:
It should output something like the following
Click on the frontend URL to access the OISY Wallet that is running locally.
If you want to locally deploy the backend only, you use the following command
The frontend is written entirely in Svelte. You can serve the frontend in development mode like you normally develop a svelte app using the command
Some Iconly icons are used in the project, not included. You must obtain a license separately.
See
The backend is written in Rust and you can find it under the . It uses the provided by IC. To find out more about tECDSA, you can read the .
The license for this project is bought and owned by the DFINITY Foundation, please see terms and conditions .