From cd8b0d1bfba9351412da0387ef50fc9bdaeb001c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jul 2024 08:51:05 +0000 Subject: [PATCH] deploy: 11d508b5006f48f2d75c76f94eeaa18e49bdd98a --- 404.html | 2 +- assets/js/9cbe1fa7.419c22c9.js | 1 - assets/js/9cbe1fa7.822b04cd.js | 1 + .../{runtime~main.1c261d4d.js => runtime~main.460a351b.js} | 2 +- docs/Blueprints/Bsc.html | 2 +- docs/Blueprints/Ethereum.html | 2 +- docs/Blueprints/Fantom.html | 2 +- docs/Blueprints/Scroll.html | 2 +- docs/Blueprints/Solana.html | 2 +- docs/Blueprints/Stacks.html | 2 +- docs/Blueprints/Starknet.html | 2 +- docs/Blueprints/Sui.html | 2 +- docs/Blueprints/Tezos.html | 2 +- docs/Blueprints/Theta.html | 2 +- docs/Blueprints/Wax.html | 2 +- docs/Blueprints/intro.html | 2 +- docs/intro.html | 2 +- docs/setup-cloud9.md.html | 6 +++--- index.html | 2 +- 19 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 assets/js/9cbe1fa7.419c22c9.js create mode 100644 assets/js/9cbe1fa7.822b04cd.js rename assets/js/{runtime~main.1c261d4d.js => runtime~main.460a351b.js} (83%) diff --git a/404.html b/404.html index 7766017c..c7ca8fb6 100644 --- a/404.html +++ b/404.html @@ -10,7 +10,7 @@ - + diff --git a/assets/js/9cbe1fa7.419c22c9.js b/assets/js/9cbe1fa7.419c22c9.js deleted file mode 100644 index 6203cd06..00000000 --- a/assets/js/9cbe1fa7.419c22c9.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkaws_blockchain_node_runners=self.webpackChunkaws_blockchain_node_runners||[]).push([[533],{6306:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>d,contentTitle:()=>r,default:()=>p,frontMatter:()=>a,metadata:()=>c,toc:()=>h});var o=s(4848),t=s(8453);function l(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",img:"img",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",...(0,t.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:"aws-cloud9-setup",children:"AWS Cloud9 Setup"}),"\n",(0,o.jsx)(n.p,{children:"Most steps in this repository will need to be performed from a Linux command prompt. An especially convenient way of doing this is to use AWS Cloud9, a cloud-based Integrated Development Environment (IDE). Cloud9 allows you to edit source files and execute commands from an easy-to-use web interface. It comes pre-configured with many of the tools needed for software development, and because it runs in the AWS Cloud, it can be an especially easy way to access other cloud services. One other handy feature is that your Cloud9 instances automatically stop running after a configurable period of inactivity, which helps reduce costs."}),"\n",(0,o.jsx)(n.h2,{id:"create-a-cloud9-environment",children:"Create a Cloud9 environment"}),"\n",(0,o.jsxs)(n.p,{children:["Navigate to the AWS Cloud9 service in your Management Console, then select Create environment. Choose any name you want. For environment type, select ",(0,o.jsx)(n.strong,{children:"New EC2 instance"}),". For instance type, select ",(0,o.jsx)(n.strong,{children:"Additional instance type"})," and choose ",(0,o.jsx)(n.strong,{children:"t3.medium"}),". For platform, select ",(0,o.jsx)(n.strong,{children:"Amazon Linux 2023"}),". Leave all other settings at their default, then select ",(0,o.jsx)(n.strong,{children:"Create"}),"."]}),"\n",(0,o.jsx)(n.h2,{id:"create-iam-role-for-cloud9-instance-with-aws-cli",children:"Create IAM Role for Cloud9 instance with AWS CLI"}),"\n",(0,o.jsxs)(n.p,{children:["If you have AWS Comand Line Interface ",(0,o.jsx)(n.a,{href:"https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html",children:"installed and configured"})," on your local machine, perform the following steps in your ",(0,o.jsx)(n.strong,{children:"local machine"}),". Alternatively, in some regions, you can use ",(0,o.jsx)(n.a,{href:"https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html",children:"AWS CloudShell"}),"."]}),"\n",(0,o.jsxs)(n.p,{children:["Create an instance profile called ",(0,o.jsx)(n.strong,{children:"Cloud9-Developer-Access"})]}),"\n",(0,o.jsxs)(n.ol,{children:["\n",(0,o.jsx)(n.li,{children:"Create role policy definition file"}),"\n"]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:'cat > ec2-trust-policy.json < Security > Modify IAM role"})]}),"\n",(0,o.jsx)(n.p,{children:(0,o.jsx)(n.img,{alt:"Change EC2 IAM Role 1",src:s(867).A+"",width:"878",height:"299"})}),"\n",(0,o.jsxs)(n.p,{children:["Select the IAM role you created previously and then ",(0,o.jsx)(n.strong,{children:"Update IAM role"}),"."]}),"\n",(0,o.jsx)(n.p,{children:(0,o.jsx)(n.img,{alt:"Change EC2 IAM Role 1",src:s(5846).A+"",width:"670",height:"418"})}),"\n",(0,o.jsx)(n.h2,{id:"bootstrapping-cdk",children:"Bootstrapping CDK"}),"\n",(0,o.jsxs)(n.p,{children:["Perform the following steps in your ",(0,o.jsx)(n.strong,{children:"Cloud9 instance"})]}),"\n",(0,o.jsxs)(n.p,{children:["After arranging your environment windows, you'll want to install and update some utilities in your environment and set your default AWS region. If you are working in another region, substitute it for ",(0,o.jsx)(n.strong,{children:"us-east-1"})," in the commands below:"]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"sudo pip install awscli --upgrade\nsudo yum install -y jq\naws configure set default.region us-east-1\n"})}),"\n",(0,o.jsx)(n.p,{children:"Install NodeJS v18 and set as the default version"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"nvm install 18\nnvm use 18\nnvm alias default 18\n"})}),"\n",(0,o.jsx)(n.p,{children:"The AWS CDK includes the CDK Toolkit (also called the CLI), a command line tool for working with your AWS CDK apps and stacks. Install the CDK toolkit"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"npm install -g aws-cdk\ncdk --version\n"})}),"\n",(0,o.jsxs)(n.p,{children:["Install ",(0,o.jsx)(n.a,{href:"https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html",children:"Session Manager plugin for AWS CLI"})]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:'curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm"\nsudo yum install -y session-manager-plugin.rpm\n\n'})}),"\n",(0,o.jsx)(n.p,{children:"Deploying stacks with the AWS CDK requires dedicated Amazon S3 buckets and other containers to be available to AWS CloudFormation during deployment. Creating these is called bootstrapping. To bootstrap, issue:"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"cdk bootstrap aws:///\n"})}),"\n",(0,o.jsx)(n.h2,{id:"clearing-up-and-deleting-aws-cloud9",children:"Clearing up and deleting AWS Cloud9"}),"\n",(0,o.jsxs)(n.ol,{children:["\n",(0,o.jsxs)(n.li,{children:["\n",(0,o.jsx)(n.p,{children:"Delete Cloud9 instance"}),"\n",(0,o.jsxs)(n.p,{children:["Navigate to the AWS Cloud9 service in your Management Console, then select the environment you have created. On the top right, click ",(0,o.jsx)(n.strong,{children:"Delete"})," button and follow the instructions."]}),"\n"]}),"\n",(0,o.jsxs)(n.li,{children:["\n",(0,o.jsx)(n.p,{children:"Delete the instance profile and IAM role"}),"\n"]}),"\n"]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"aws iam delete-instance-profile --instance-profile-name Cloud9-Developer-Access\naws iam delete-role --role-name Cloud9-Developer-Access\n"})})]})}function i(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(l,{...e})}):l(e)}const a={sidebar_position:1,sidebar_label:"SetupCloud9",slug:"/setup-cloud9.md"},r="",c={id:"intro/setup-cloud9",title:"setup-cloud9",description:"",source:"@site/docs/intro/setup-cloud9.md",sourceDirName:"intro",slug:"/setup-cloud9.md",permalink:"/aws-blockchain-node-runners/docs/setup-cloud9.md",draft:!1,unlisted:!1,editUrl:"https://github.com/aws-samples/aws-blockchain-node-runners/website/docs/intro/setup-cloud9.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1,sidebar_label:"SetupCloud9",slug:"/setup-cloud9.md"},sidebar:"sidebar",previous:{title:"Introduction",permalink:"/aws-blockchain-node-runners/docs/intro/"},next:{title:"About blueprints",permalink:"/aws-blockchain-node-runners/docs/Blueprints/intro"}},d={},h=[{value:"Create a Cloud9 environment",id:"create-a-cloud9-environment",level:2},{value:"Create IAM Role for Cloud9 instance with AWS CLI",id:"create-iam-role-for-cloud9-instance-with-aws-cli",level:2},{value:"Modify Cloud9 IAM role",id:"modify-cloud9-iam-role",level:2},{value:"Bootstrapping CDK",id:"bootstrapping-cdk",level:2},{value:"Clearing up and deleting AWS Cloud9",id:"clearing-up-and-deleting-aws-cloud9",level:2}];function u(e){const n={h1:"h1",...(0,t.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:""}),"\n","\n",(0,o.jsx)(i,{})]})}function p(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(u,{...e})}):u(e)}},867:(e,n,s)=>{s.d(n,{A:()=>o});const o=s.p+"assets/images/change-iam-role-717f8b14f8bf97564ed34d68c7f31e64.png"},5846:(e,n,s)=>{s.d(n,{A:()=>o});const o=s.p+"assets/images/change-instance-role-b16f4b820691e4f8cdc39687e8b799a1.png"},802:(e,n,s)=>{s.d(n,{A:()=>o});const o=s.p+"assets/images/cloud9-iam-1-9adcfaaf31c6cfddcf785a54c014fbe4.png"},8453:(e,n,s)=>{s.d(n,{R:()=>i,x:()=>a});var o=s(6540);const t={},l=o.createContext(t);function i(e){const n=o.useContext(l);return o.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:i(e.components),o.createElement(l.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/9cbe1fa7.822b04cd.js b/assets/js/9cbe1fa7.822b04cd.js new file mode 100644 index 00000000..8ddd148e --- /dev/null +++ b/assets/js/9cbe1fa7.822b04cd.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkaws_blockchain_node_runners=self.webpackChunkaws_blockchain_node_runners||[]).push([[533],{6306:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>d,contentTitle:()=>r,default:()=>p,frontMatter:()=>a,metadata:()=>c,toc:()=>h});var o=s(4848),t=s(8453);function l(e){const n={a:"a",code:"code",h1:"h1",h2:"h2",img:"img",li:"li",ol:"ol",p:"p",pre:"pre",strong:"strong",...(0,t.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:"aws-cloud9-setup",children:"AWS Cloud9 Setup"}),"\n",(0,o.jsx)(n.p,{children:"Most steps in this repository will need to be performed from a Linux command prompt. An especially convenient way of doing this is to use AWS Cloud9, a cloud-based Integrated Development Environment (IDE). Cloud9 allows you to edit source files and execute commands from an easy-to-use web interface. It comes pre-configured with many of the tools needed for software development, and because it runs in the AWS Cloud, it can be an especially easy way to access other cloud services. One other handy feature is that your Cloud9 instances automatically stop running after a configurable period of inactivity, which helps reduce costs."}),"\n",(0,o.jsx)(n.h2,{id:"create-a-cloud9-environment",children:"Create a Cloud9 environment"}),"\n",(0,o.jsxs)(n.p,{children:["Navigate to the AWS Cloud9 service in your Management Console, then select Create environment. Choose any name you want. For environment type, select ",(0,o.jsx)(n.strong,{children:"New EC2 instance"}),". For instance type, select ",(0,o.jsx)(n.strong,{children:"Additional instance type"})," and choose ",(0,o.jsx)(n.strong,{children:"t3.medium"}),". For platform, select ",(0,o.jsx)(n.strong,{children:"Amazon Linux 2023"}),". Leave all other settings at their default, then select ",(0,o.jsx)(n.strong,{children:"Create"}),"."]}),"\n",(0,o.jsx)(n.h2,{id:"create-iam-role-for-cloud9-instance-with-aws-cli",children:"Create IAM Role for Cloud9 instance with AWS CLI"}),"\n",(0,o.jsxs)(n.p,{children:["If you have AWS Comand Line Interface ",(0,o.jsx)(n.a,{href:"https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html",children:"installed and configured"})," on your local machine, perform the following steps in your ",(0,o.jsx)(n.strong,{children:"local machine"}),". Alternatively, in some regions, you can use ",(0,o.jsx)(n.a,{href:"https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html",children:"AWS CloudShell"}),"."]}),"\n",(0,o.jsxs)(n.p,{children:["Create an instance profile called ",(0,o.jsx)(n.strong,{children:"Cloud9-Developer-Access"})]}),"\n",(0,o.jsxs)(n.ol,{children:["\n",(0,o.jsx)(n.li,{children:"Create role policy definition file"}),"\n"]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:'cat > ec2-trust-policy.json < Security > Modify IAM role"})]}),"\n",(0,o.jsx)(n.p,{children:(0,o.jsx)(n.img,{alt:"Change EC2 IAM Role 1",src:s(867).A+"",width:"878",height:"299"})}),"\n",(0,o.jsxs)(n.p,{children:["Select the IAM role you created previously and then ",(0,o.jsx)(n.strong,{children:"Update IAM role"}),"."]}),"\n",(0,o.jsx)(n.p,{children:(0,o.jsx)(n.img,{alt:"Change EC2 IAM Role 1",src:s(5846).A+"",width:"670",height:"418"})}),"\n",(0,o.jsx)(n.h2,{id:"bootstrapping-cdk",children:"Bootstrapping CDK"}),"\n",(0,o.jsxs)(n.p,{children:["Perform the following steps in your ",(0,o.jsx)(n.strong,{children:"Cloud9 instance"})]}),"\n",(0,o.jsxs)(n.p,{children:["After arranging your environment windows, you'll want to install and update some utilities in your environment and set your default AWS region. If you are working in another region, substitute it for ",(0,o.jsx)(n.strong,{children:"us-east-1"})," in the commands below:"]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"sudo pip install awscli --upgrade\nsudo yum install -y jq\naws configure set default.region us-east-1\n"})}),"\n",(0,o.jsx)(n.p,{children:"Install NodeJS v18 and set as the default version"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"nvm install 18\nnvm use 18\nnvm alias default 18\n"})}),"\n",(0,o.jsx)(n.p,{children:"The AWS CDK includes the CDK Toolkit (also called the CLI), a command line tool for working with your AWS CDK apps and stacks. Install the CDK toolkit"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"npm install -g aws-cdk\ncdk --version\n"})}),"\n",(0,o.jsxs)(n.p,{children:["Install ",(0,o.jsx)(n.a,{href:"https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html",children:"Session Manager plugin for AWS CLI"})]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:'curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/linux_64bit/session-manager-plugin.rpm" -o "session-manager-plugin.rpm"\nsudo yum install -y session-manager-plugin.rpm\n\n'})}),"\n",(0,o.jsx)(n.p,{children:"Deploying stacks with the AWS CDK requires dedicated Amazon S3 buckets and other containers to be available to AWS CloudFormation during deployment. Creating these is called bootstrapping. To bootstrap, issue:"}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"cdk bootstrap aws:///\n"})}),"\n",(0,o.jsx)(n.h2,{id:"clearing-up-and-deleting-aws-cloud9",children:"Clearing up and deleting AWS Cloud9"}),"\n",(0,o.jsxs)(n.ol,{children:["\n",(0,o.jsxs)(n.li,{children:["\n",(0,o.jsx)(n.p,{children:"Delete Cloud9 instance"}),"\n",(0,o.jsxs)(n.p,{children:["Navigate to the AWS Cloud9 service in your Management Console, then select the environment you have created. On the top right, click ",(0,o.jsx)(n.strong,{children:"Delete"})," button and follow the instructions."]}),"\n"]}),"\n",(0,o.jsxs)(n.li,{children:["\n",(0,o.jsx)(n.p,{children:"Delete the instance profile and IAM role"}),"\n"]}),"\n"]}),"\n",(0,o.jsx)(n.pre,{children:(0,o.jsx)(n.code,{className:"language-bash",children:"aws iam delete-instance-profile --instance-profile-name Cloud9-Developer-Access\naws iam delete-role --role-name Cloud9-Developer-Access\n"})})]})}function i(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(l,{...e})}):l(e)}const a={sidebar_position:1,sidebar_label:"SetupCloud9",slug:"/setup-cloud9.md"},r="",c={id:"intro/setup-cloud9",title:"setup-cloud9",description:"",source:"@site/docs/intro/setup-cloud9.md",sourceDirName:"intro",slug:"/setup-cloud9.md",permalink:"/aws-blockchain-node-runners/docs/setup-cloud9.md",draft:!1,unlisted:!1,editUrl:"https://github.com/aws-samples/aws-blockchain-node-runners/website/docs/intro/setup-cloud9.md",tags:[],version:"current",sidebarPosition:1,frontMatter:{sidebar_position:1,sidebar_label:"SetupCloud9",slug:"/setup-cloud9.md"},sidebar:"sidebar",previous:{title:"Introduction",permalink:"/aws-blockchain-node-runners/docs/intro/"},next:{title:"About blueprints",permalink:"/aws-blockchain-node-runners/docs/Blueprints/intro"}},d={},h=[{value:"Create a Cloud9 environment",id:"create-a-cloud9-environment",level:2},{value:"Create IAM Role for Cloud9 instance with AWS CLI",id:"create-iam-role-for-cloud9-instance-with-aws-cli",level:2},{value:"Modify Cloud9 IAM role",id:"modify-cloud9-iam-role",level:2},{value:"Bootstrapping CDK",id:"bootstrapping-cdk",level:2},{value:"Clearing up and deleting AWS Cloud9",id:"clearing-up-and-deleting-aws-cloud9",level:2}];function u(e){const n={h1:"h1",...(0,t.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:""}),"\n","\n",(0,o.jsx)(i,{})]})}function p(e={}){const{wrapper:n}={...(0,t.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(u,{...e})}):u(e)}},867:(e,n,s)=>{s.d(n,{A:()=>o});const o=s.p+"assets/images/change-iam-role-717f8b14f8bf97564ed34d68c7f31e64.png"},5846:(e,n,s)=>{s.d(n,{A:()=>o});const o=s.p+"assets/images/change-instance-role-b16f4b820691e4f8cdc39687e8b799a1.png"},802:(e,n,s)=>{s.d(n,{A:()=>o});const o=s.p+"assets/images/cloud9-iam-1-9adcfaaf31c6cfddcf785a54c014fbe4.png"},8453:(e,n,s)=>{s.d(n,{R:()=>i,x:()=>a});var o=s(6540);const t={},l=o.createContext(t);function i(e){const n=o.useContext(l);return o.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function a(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(t):e.components||t:i(e.components),o.createElement(l.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.1c261d4d.js b/assets/js/runtime~main.460a351b.js similarity index 83% rename from assets/js/runtime~main.1c261d4d.js rename to assets/js/runtime~main.460a351b.js index f8fb8f43..a9d123a9 100644 --- a/assets/js/runtime~main.1c261d4d.js +++ b/assets/js/runtime~main.460a351b.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,r,t,n,o={},c={};function f(e){var a=c[e];if(void 0!==a)return a.exports;var r=c[e]={exports:{}};return o[e].call(r.exports,r,r.exports,f),r.exports}f.m=o,e=[],f.O=(a,r,t,n)=>{if(!r){var o=1/0;for(b=0;b=n)&&Object.keys(f.O).every((e=>f.O[e](r[i])))?r.splice(i--,1):(c=!1,n0&&e[b-1][2]>n;b--)e[b]=e[b-1];e[b]=[r,t,n]},f.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return f.d(a,{a:a}),a},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var n=Object.create(null);f.r(n);var o={};a=a||[null,r({}),r([]),r(r)];for(var c=2&t&&e;"object"==typeof c&&!~a.indexOf(c);c=r(c))Object.getOwnPropertyNames(c).forEach((a=>o[a]=()=>e[a]));return o.default=()=>e,f.d(n,o),n},f.d=(e,a)=>{for(var r in a)f.o(a,r)&&!f.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce(((a,r)=>(f.f[r](e,a),a)),[])),f.u=e=>"assets/js/"+({36:"ccd8c5cd",44:"ff230aba",48:"a94703ab",97:"037b05fe",98:"a7bd4aaa",210:"c4dc3b71",235:"a7456010",357:"4666fe72",401:"17896441",494:"1a845c4c",511:"e8da2b5a",533:"9cbe1fa7",595:"862a8845",634:"c4f5d8e4",647:"5e95c892",650:"df1a8203",689:"06e2a6b6",710:"6d368a6c",741:"7d744e69",742:"aba21aa0",839:"ca0c9c4c",950:"3e56184c"}[e]||e)+"."+{36:"9e48c06f",44:"d453ebe2",48:"821f52c1",97:"4313bfda",98:"41d3f2bf",210:"7d15bc9a",235:"fbb9b6c2",237:"e59fb360",357:"a70bc5f8",401:"04660190",494:"25e731b5",511:"17d2f553",533:"419c22c9",595:"8844b931",634:"ce10d339",647:"a3b06326",650:"ceb6b00b",689:"a827cb3b",710:"65c1c65d",741:"78948b0e",742:"44277a26",839:"b303caf5",950:"8f959eea"}[e]+".js",f.miniCssF=e=>{},f.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),f.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},n="aws-blockchain-node-runners:",f.l=(e,a,r,o)=>{if(t[e])t[e].push(a);else{var c,i;if(void 0!==r)for(var d=document.getElementsByTagName("script"),b=0;b{c.onerror=c.onload=null,clearTimeout(s);var n=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),n&&n.forEach((e=>e(r))),a)return a(r)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=l.bind(null,c.onerror),c.onload=l.bind(null,c.onload),i&&document.head.appendChild(c)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.p="/aws-blockchain-node-runners/",f.gca=function(e){return e={17896441:"401",ccd8c5cd:"36",ff230aba:"44",a94703ab:"48","037b05fe":"97",a7bd4aaa:"98",c4dc3b71:"210",a7456010:"235","4666fe72":"357","1a845c4c":"494",e8da2b5a:"511","9cbe1fa7":"533","862a8845":"595",c4f5d8e4:"634","5e95c892":"647",df1a8203:"650","06e2a6b6":"689","6d368a6c":"710","7d744e69":"741",aba21aa0:"742",ca0c9c4c:"839","3e56184c":"950"}[e]||e,f.p+f.u(e)},(()=>{var e={354:0,869:0};f.f.j=(a,r)=>{var t=f.o(e,a)?e[a]:void 0;if(0!==t)if(t)r.push(t[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var n=new Promise(((r,n)=>t=e[a]=[r,n]));r.push(t[2]=n);var o=f.p+f.u(a),c=new Error;f.l(o,(r=>{if(f.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var n=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;c.message="Loading chunk "+a+" failed.\n("+n+": "+o+")",c.name="ChunkLoadError",c.type=n,c.request=o,t[1](c)}}),"chunk-"+a,a)}},f.O.j=a=>0===e[a];var a=(a,r)=>{var t,n,o=r[0],c=r[1],i=r[2],d=0;if(o.some((a=>0!==e[a]))){for(t in c)f.o(c,t)&&(f.m[t]=c[t]);if(i)var b=i(f)}for(a&&a(r);d{"use strict";var e,a,r,t,n,o={},c={};function f(e){var a=c[e];if(void 0!==a)return a.exports;var r=c[e]={exports:{}};return o[e].call(r.exports,r,r.exports,f),r.exports}f.m=o,e=[],f.O=(a,r,t,n)=>{if(!r){var o=1/0;for(b=0;b=n)&&Object.keys(f.O).every((e=>f.O[e](r[d])))?r.splice(d--,1):(c=!1,n0&&e[b-1][2]>n;b--)e[b]=e[b-1];e[b]=[r,t,n]},f.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return f.d(a,{a:a}),a},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var n=Object.create(null);f.r(n);var o={};a=a||[null,r({}),r([]),r(r)];for(var c=2&t&&e;"object"==typeof c&&!~a.indexOf(c);c=r(c))Object.getOwnPropertyNames(c).forEach((a=>o[a]=()=>e[a]));return o.default=()=>e,f.d(n,o),n},f.d=(e,a)=>{for(var r in a)f.o(a,r)&&!f.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:a[r]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce(((a,r)=>(f.f[r](e,a),a)),[])),f.u=e=>"assets/js/"+({36:"ccd8c5cd",44:"ff230aba",48:"a94703ab",97:"037b05fe",98:"a7bd4aaa",210:"c4dc3b71",235:"a7456010",357:"4666fe72",401:"17896441",494:"1a845c4c",511:"e8da2b5a",533:"9cbe1fa7",595:"862a8845",634:"c4f5d8e4",647:"5e95c892",650:"df1a8203",689:"06e2a6b6",710:"6d368a6c",741:"7d744e69",742:"aba21aa0",839:"ca0c9c4c",950:"3e56184c"}[e]||e)+"."+{36:"9e48c06f",44:"d453ebe2",48:"821f52c1",97:"4313bfda",98:"41d3f2bf",210:"7d15bc9a",235:"fbb9b6c2",237:"e59fb360",357:"a70bc5f8",401:"04660190",494:"25e731b5",511:"17d2f553",533:"822b04cd",595:"8844b931",634:"ce10d339",647:"a3b06326",650:"ceb6b00b",689:"a827cb3b",710:"65c1c65d",741:"78948b0e",742:"44277a26",839:"b303caf5",950:"8f959eea"}[e]+".js",f.miniCssF=e=>{},f.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),f.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),t={},n="aws-blockchain-node-runners:",f.l=(e,a,r,o)=>{if(t[e])t[e].push(a);else{var c,d;if(void 0!==r)for(var i=document.getElementsByTagName("script"),b=0;b{c.onerror=c.onload=null,clearTimeout(s);var n=t[e];if(delete t[e],c.parentNode&&c.parentNode.removeChild(c),n&&n.forEach((e=>e(r))),a)return a(r)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:c}),12e4);c.onerror=l.bind(null,c.onerror),c.onload=l.bind(null,c.onload),d&&document.head.appendChild(c)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.p="/aws-blockchain-node-runners/",f.gca=function(e){return e={17896441:"401",ccd8c5cd:"36",ff230aba:"44",a94703ab:"48","037b05fe":"97",a7bd4aaa:"98",c4dc3b71:"210",a7456010:"235","4666fe72":"357","1a845c4c":"494",e8da2b5a:"511","9cbe1fa7":"533","862a8845":"595",c4f5d8e4:"634","5e95c892":"647",df1a8203:"650","06e2a6b6":"689","6d368a6c":"710","7d744e69":"741",aba21aa0:"742",ca0c9c4c:"839","3e56184c":"950"}[e]||e,f.p+f.u(e)},(()=>{var e={354:0,869:0};f.f.j=(a,r)=>{var t=f.o(e,a)?e[a]:void 0;if(0!==t)if(t)r.push(t[2]);else if(/^(354|869)$/.test(a))e[a]=0;else{var n=new Promise(((r,n)=>t=e[a]=[r,n]));r.push(t[2]=n);var o=f.p+f.u(a),c=new Error;f.l(o,(r=>{if(f.o(e,a)&&(0!==(t=e[a])&&(e[a]=void 0),t)){var n=r&&("load"===r.type?"missing":r.type),o=r&&r.target&&r.target.src;c.message="Loading chunk "+a+" failed.\n("+n+": "+o+")",c.name="ChunkLoadError",c.type=n,c.request=o,t[1](c)}}),"chunk-"+a,a)}},f.O.j=a=>0===e[a];var a=(a,r)=>{var t,n,o=r[0],c=r[1],d=r[2],i=0;if(o.some((a=>0!==e[a]))){for(t in c)f.o(c,t)&&(f.m[t]=c[t]);if(d)var b=d(f)}for(a&&a(r);i - + diff --git a/docs/Blueprints/Ethereum.html b/docs/Blueprints/Ethereum.html index f3a545b9..d19b18a5 100644 --- a/docs/Blueprints/Ethereum.html +++ b/docs/Blueprints/Ethereum.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Fantom.html b/docs/Blueprints/Fantom.html index 4e2ff733..f192b0f5 100644 --- a/docs/Blueprints/Fantom.html +++ b/docs/Blueprints/Fantom.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Scroll.html b/docs/Blueprints/Scroll.html index ae9ac21c..7a0d0c66 100644 --- a/docs/Blueprints/Scroll.html +++ b/docs/Blueprints/Scroll.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Solana.html b/docs/Blueprints/Solana.html index d89ef5bb..3eed2acd 100644 --- a/docs/Blueprints/Solana.html +++ b/docs/Blueprints/Solana.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Stacks.html b/docs/Blueprints/Stacks.html index 830e3d6f..edd7d6c1 100644 --- a/docs/Blueprints/Stacks.html +++ b/docs/Blueprints/Stacks.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Starknet.html b/docs/Blueprints/Starknet.html index c88477b7..b9c7c4be 100644 --- a/docs/Blueprints/Starknet.html +++ b/docs/Blueprints/Starknet.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Sui.html b/docs/Blueprints/Sui.html index 98a2933c..52bb63ca 100644 --- a/docs/Blueprints/Sui.html +++ b/docs/Blueprints/Sui.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Tezos.html b/docs/Blueprints/Tezos.html index 7d72b008..cf2da0f1 100644 --- a/docs/Blueprints/Tezos.html +++ b/docs/Blueprints/Tezos.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Theta.html b/docs/Blueprints/Theta.html index c0f7a61f..7ba44a8a 100644 --- a/docs/Blueprints/Theta.html +++ b/docs/Blueprints/Theta.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/Wax.html b/docs/Blueprints/Wax.html index a5fd9264..fe85e11c 100644 --- a/docs/Blueprints/Wax.html +++ b/docs/Blueprints/Wax.html @@ -10,7 +10,7 @@ - + diff --git a/docs/Blueprints/intro.html b/docs/Blueprints/intro.html index 84c2becf..61e15f9e 100644 --- a/docs/Blueprints/intro.html +++ b/docs/Blueprints/intro.html @@ -10,7 +10,7 @@ - + diff --git a/docs/intro.html b/docs/intro.html index ffd3c36e..c5cd62cc 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -10,7 +10,7 @@ - + diff --git a/docs/setup-cloud9.md.html b/docs/setup-cloud9.md.html index 206b260f..b5bfe333 100644 --- a/docs/setup-cloud9.md.html +++ b/docs/setup-cloud9.md.html @@ -10,7 +10,7 @@ - + @@ -28,7 +28,7 @@

cat > ec2-trust-policy.json <<EOF
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
EOF
+
cat > ec2-trust-policy.json <<EOF
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
EOF
  1. Create new IAM role called "Cloud9-Developer-Access" and assign the new role policy
@@ -74,6 +74,6 @@

aws iam delete-instance-profile --instance-profile-name Cloud9-Developer-Access
aws iam delete-role --role-name Cloud9-Developer-Access
+
aws iam delete-instance-profile --instance-profile-name Cloud9-Developer-Access
aws iam delete-role --role-name Cloud9-Developer-Access
\ No newline at end of file diff --git a/index.html b/index.html index 7d285523..5554dd46 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +