Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Aung24 #3

Draft
wants to merge 14 commits into
base: feature/customHttp
Choose a base branch
from
Draft
21 changes: 21 additions & 0 deletions Aung24
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

![buildbear](./src/BBLogo.svg)
LATHU629 marked this conversation as resolved.
Show resolved Hide resolved
LATHU629 marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.



LATHU629 marked this conversation as resolved.
Show resolved Hide resolved
![buildbear](./src/images/BuildbearLogo.webp)
# BuildBear Plugin for Remix

The BuildBear plugin for Remix IDE. It support for deploy and interacting on BuildBear Sandbox (BuildBear Node).
Expand Down Expand Up @@ -33,6 +33,7 @@ Run the app:
```
yarn start
```
Branch : Master

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

Expand All @@ -52,7 +53,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.


## How to use BuildBear Remix Ide Plugin (Sand Box)
1. Once your Sandbox is live, copy the RPC
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#- [ ] - ``````````

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm i
node index.just npm i
node index.js

LATHU629 marked this conversation as resolved.
Show resolved Hide resolved
1. Once your Sandbox is live, copy the RPC.
2. Visit the 4th plugin "Deploy and Run Transactions"
3. Drop down on the Environment
4. Select "Custom External Http Provider"
Expand Down
Loading