Skip to content

BSN provides shared or dedicated public chain nodes for public chain application developers. Developers can quickly access all public chain networks by accessing the gateway of the public city node.

License

Notifications You must be signed in to change notification settings

DaoCalendar/bsn-global-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSN Proxy

Original contributor: muxueqz

This is a single file utility to adopt BSN service to standard CKB and Ethereum node rpc. It support both CKB node rpc, and ckb-indexer rpc calls.

Usage: ckb

$ python3 ./bsn-proxy-ckb.py --bsn-url 'https://hk.bsngate.com/api/<your-app-id>/Nervos-Mainnet/rpc' --api-key '<your-api-key>'

If everything goes well, you will have a ckb node rpc server at http://localhost:8114/rpc, adn a ckb-indexer rpc server at http://localhost:8114/indexer.

Ethereum

ethereum json rpc handbook

$ python3 ./bsn-proxy-eth.py --bsn-url 'https://hk.bsngate.com/api/<your-app-id>/ETH-Mainnet/rpc' --api-key '<your-api-key>'

Off-BSN-Access-wiki

Please register BSN global to obtain a free or high performance plan.

About

BSN provides shared or dedicated public chain nodes for public chain application developers. Developers can quickly access all public chain networks by accessing the gateway of the public city node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%