To test out the developer preview build of the Hiro Wallet supporting Ledger, you'll need the latest version of the Stacks app on Ledger.
The test app is only supported for Ledger Nano S & Nano S Plus devices.
Running 105 tests using 6 workers | |
✓ 1 [chromium] › specs/fund/fund.spec.ts:12:3 › Buy tokens test › should redirect to provider URL while funding STX (14.2s) | |
✓ 2 …specs/ledger/ledger.spec.ts:31:7 › App with Ledger › withBitcoinAndStacksKey › that homepage renders correctly (11.5s) | |
✓ 3 [chromium] › specs/bns-names/bns-names.spec.ts:16:3 › Bns v2 names › that correctly shows bns v2 account name (12.7s) | |
✓ 4 …romium] › specs/manage-tokens/manage-tokens.spec.ts:12:3 › Manage tokens › that supported sip10 token is shown (12.7s) | |
✘ 5 …um] › specs/manage-transaction/manage-transaction.spec.ts:24:3 › Manage transaction › that user can cancel fee (18.1s) | |
✓ 6 …checks/compliance-checks.spec.ts:43:3 › Compliance checks › that it errors if non-compliant entity is detected (14.2s) | |
✓ 7 [chromium] › specs/ledger/ledger.spec.ts:37:7 › App with Ledger › withBitcoinAndStacksKey › receive modal opens (9.8s) | |
✓ 8 …e-tokens/manage-tokens.spec.ts:18:3 › Manage tokens › that token can be removed from asset list |
// Super hacky script to paste into dev tools to remove spaces from github labels | |
[...document.querySelectorAll(".js-label-list > div")].forEach(async (el, i) => { | |
await new Promise((resolve) => setTimeout(resolve, 400 * i)); | |
const edit = el.querySelector(".js-edit-label"); | |
edit?.click(); | |
const label = el.querySelector('[placeholder="Label name"]'); | |
const value = label?.getAttribute("value"); | |
const newValue = value?.replaceAll(' ', '') | |
console.log(newValue) | |
label?.setAttribute("value", newValue); |
Swagger schema validation failed. | |
#/paths/~1ordinals~1v1~1/get/responses/200/content/application~1json/schema/properties/server_version must NOT have additional properties | |
#/paths/~1ordinals~1v1~1/get/responses/200/content/application~1json/schema/properties/server_version must have required property '$ref' | |
#/paths/~1ordinals~1v1~1/get/responses/200/content/application~1json/schema/properties/server_version must match exactly one schema in oneOf | |
#/paths/~1ordinals~1v1~1/get/responses/200/content/application~1json/schema must have required property '$ref' | |
#/paths/~1ordinals~1v1~1/get/responses/200/content/application~1json/schema must match exactly one schema in oneOf | |
#/paths/~1ordinals~1v1~1/get/responses/200 must have required property '$ref' | |
#/paths/~1ordinals~1v1~1/get/responses/200 must match exactly one schema in oneOf | |
#/paths/~1ordinals~1v1~1inscriptions/get/parameters/0/schema/anyOf/0 must NOT have additional properties | |
#/paths/~1ordinals~1v1~1inscriptions/get/parameters/0/schema/anyO |
:root { | |
--hiro-logo-frame6: 0 0; | |
--hiro-logo-frame5: 0 -53px; | |
--hiro-logo-frame4: 0 -106px; | |
--hiro-logo-frame3: 0 -159px; | |
--hiro-logo-frame2: 0 -212px; | |
--hiro-logo-frame1: 0 -265px; | |
--img: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIkAAAE+CAYAAAC5nDOwAAAXV0lEQVR42uydeagVVRzHf6+Zufe+1VLzaYhFZbaYLRQpGplRGoWkpaFpUbYTVkjRYlpGtPdHQTtEi1G5BJFJtplWaJuGqSVaqS2SaT417bnV70dPeBx+M3fmntm67/uBH9m7c8/MPed7zu9sc34EAAAAAAAAAACAaqam6LpDC647m22W53k3EoiPguNcwBk7o725rjuYkqfRvK/nOE9SBfDzTvJc9x/DPiQQD5yZXxmZ20pETZQsUrADzIKtUCRF+a5mRNSJgB2lUukwJXPnUwpwy/Gucd/djY2NXSg69X4ikRaRgB3su68zM5b/NpGSp5Ny33WVat1PJFwJDidg7Wq+MDJ2pzTfKYizv1Lrp1mk94aS3noCdtTW1vZSat+8lFzNHOO+e4iozmZ04znOEyyW1QXP+5HTn0sgltp8rdLkX56Rq1lLIJeuZpEyqimlMKo5Q3EN9xHIF8Vi8YiMXI2I8yPF1dQTyJ2ruUlp8q+g5OkKVxMLDlt9mzlJiWSpUVi7UnI1pyuu5n4qT0k6plEshhbvkTD3UfKtQVpq/uwq89qS655JlVGQOS3ukE/lsltl5iF31n/izx4sFAr9YilHTuhoxdW8l5Kred+4796QrqZJro9iMTzr1jD34Ydv3j9g5IKaIu7T93rPu5mi4XJ5jeLvbonw2/8uOM5Yq6kMWfxSHv7KTFyN46wmpgpEIiO2P43PbEUiaX4n36vQNsg0R6Ui+dpIbIfUghRczUD |
To test out the developer preview build of the Hiro Wallet supporting Ledger, you'll need the latest version of the Stacks app on Ledger.
The test app is only supported for Ledger Nano S & Nano S Plus devices.
Product: a crypto portfolio value tracker | |
During this conversation, we’ll talk about building a cryptocurrency portfolio tracker. Users can track the value of their portfolio across various cryptocurrencies. | |
Features | |
- Track token (cryptocurrency) prices | |
- Track the value of your own token holdings | |
- Add historical transactions (i.e. when the user bought or sold a token) |
openapi: 3.0.2 | |
servers: | |
- url: 'https://stacks-node-api.mainnet.stacks.co' | |
description: Mainnet | |
- url: 'https://stacks-node-api.testnet.stacks.co' | |
description: Testnet | |
- url: 'http://localhost:3999' | |
description: Local | |
info: | |
title: Stacks 2.0 Blockchain API |
# Setting up Restish for Stacks Blockchain API | |
[Read about Restish here](https://rest.sh/#/configuration) | |
## Install | |
``` | |
# Add the tap | |
$ brew tap danielgtaylor/restish |
import * as BigNum from 'bn.js'; | |
import * as qs from 'qs'; | |
import axios from 'axios'; | |
import { | |
makeSTXTokenTransfer, | |
StacksNetwork, | |
TransactionVersion, | |
ChainID, | |
getPublicKey, | |
createStacksPrivateKey, |
export interface PostConditionFungible { | |
principal: | |
| { | |
typeId: 1; | |
} | |
| { | |
typeId: 2; | |
/** | |
* Raw data is stored in instances of the Buffer class. | |
* A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. |