Burn $whale get $ash
- https://whale.burn.community
- Contract: migaloo1erul6xyq0gk6ws98ncj7lnq9l4jn4gnnu9we73gdz78yyl2lr7qqrvcgup
-> wen ❓
This will launch a local migaloo instance, compile and upload the burn contract, and starts the frontend.
npm install
docker compose up
Run optional service to create several temporary accounts that burn Whale
# run this instead of above command
docker compose --profile burner up
# Or if local chain is running already
docker compose up burner-accounts
./scripts/optimize.sh
Building the docker file
./scripts/build_migaloo_container.sh
To start the chain in a docker container
./scripts/start_local.sh
Upload furnace contract to local chain. If successful the script will return the contract address.
./scripts/upload_to_local.sh
To configure the instance of migaloo you are connecting to, modify the chain info to the config.json in the public folder. The chain info should use Keplr's interface. You can validate your chain info json format here. The default is to connect to the local migaloo instance started in the docker container.
The furnace contract address will be generated and updated in the config file at build time if using the docker quickstart command, else it must be manually edited with after uploading the furnance contract.
npm install
npm run dev
npm install
npm run build
npm run start