mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
Merge pull request #205 from ascribe/feature/ipdbshutdown
get started: switch endpoints
This commit is contained in:
commit
7a4ee8c59a
@ -3,8 +3,8 @@
|
|||||||
//=include bigchain/tab.js
|
//=include bigchain/tab.js
|
||||||
//=include bigchain/newsletter.js
|
//=include bigchain/newsletter.js
|
||||||
|
|
||||||
const bigchaindbUrl = 'https://test.ipdb.io'
|
const bigchaindbUrl = 'https://test.bigchaindb.com'
|
||||||
const proxyUrl = 'https://getstarted.ipdb.io:4443'
|
const proxyUrl = 'https://getstarted.bigchaindb.com'
|
||||||
const apiPath = '/api/v1/'
|
const apiPath = '/api/v1/'
|
||||||
|
|
||||||
jQuery(function($) {
|
jQuery(function($) {
|
||||||
@ -96,6 +96,7 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
|
|||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|
||||||
const message = messageInput.value
|
const message = messageInput.value
|
||||||
|
postButton.classList.add('disabled')
|
||||||
|
|
||||||
const alice = new driver.Ed25519Keypair()
|
const alice = new driver.Ed25519Keypair()
|
||||||
const tx = driver.Transaction.makeCreateTransaction(
|
const tx = driver.Transaction.makeCreateTransaction(
|
||||||
@ -128,7 +129,6 @@ window.addEventListener('DOMContentLoaded', function domload(event) {
|
|||||||
|
|
||||||
transactionLink.href = bigchaindbUrl + apiPath + 'transactions/' + response.id
|
transactionLink.href = bigchaindbUrl + apiPath + 'transactions/' + response.id
|
||||||
|
|
||||||
postButton.classList.add('disabled')
|
|
||||||
postButton.style.opacity = 0
|
postButton.style.opacity = 0
|
||||||
|
|
||||||
responseArea.children[0].classList.add('nyan')
|
responseArea.children[0].classList.add('nyan')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user